Translations:Best practices for job submission/22/en
Jump to navigation
Jump to search
- In general, your jobs should never contain the command
sleep
. - We strongly recommend against the use of Conda and its variants on the clusters, in favour of solutions like a Python virtual environment or Apptainer.
- Read and write operations should be optimized by using node-local storage.