cc_staff
782
edits
(Using GPUs with bullet points) |
(Improved IO) |
||
Line 100: | Line 100: | ||
* In general, your jobs should never contain the command <tt>sleep</tt>. | * In general, your jobs should never contain the command <tt>sleep</tt>. | ||
* We strongly recommend against the use of [[Anaconda/en|Conda]] and its variants on the clusters, in favour of solutions like a [[Python#Creating_and_using_a_virtual_environment|Python virtual environment]] or [[Singularity]]. | * We strongly recommend against the use of [[Anaconda/en|Conda]] and its variants on the clusters, in favour of solutions like a [[Python#Creating_and_using_a_virtual_environment|Python virtual environment]] or [[Singularity]]. | ||
* Read and write operations should be optimized by '''[[Using_node-local_storage|using node-local storage]]'''. |