Skip to content
Snippets Groups Projects
Commit 177bc320 authored by Natasha Pavlovikj's avatar Natasha Pavlovikj
Browse files

Remove do not

parent ae06dfa5
No related branches found
No related tags found
2 merge requests!197Add page for Good HCC practices,!196Add Good HCC Practices page
......@@ -55,7 +55,7 @@ waiting time for resources in queue, so please make sure you request a reasonabl
* If an application uses multiple threads or cores, that number needs to be specified with the *"--ntasks-per-node"*
or *"--ntasks"* options of SLURM. If you use multiple threads or cores with your application, but you don't specify
the respective SLURM options, your application will use only 1 core by default.
* **Do not submit large number of short (less than half an hour of running time) SLURM jobs.** The scheduler spends more
* **Avoid submitting large number of short (less than half an hour of running time) SLURM jobs.** The scheduler spends more
time and memory in processing those jobs, which may cause problems and reduce the scheduler's responsiveness for everyone.
Instead, group the short tasks into jobs that will run longer.
* **The maximum running time on our clusters is 7 days.** If your job needs more time than that, please consider
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment