diff --git a/content/good_hcc_practices/_index.md b/content/good_hcc_practices/_index.md index 616a5430c3834d46b9ce81329d7466831743dfde..cd1c03dc6e89df2e5b2ad7fcc786d70300c8a68c 100644 --- a/content/good_hcc_practices/_index.md +++ b/content/good_hcc_practices/_index.md @@ -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