From 177bc320c5585959fd494125f68821bfd99b4521 Mon Sep 17 00:00:00 2001 From: Natasha Pavlovikj <npavlovikj2@unl.edu> Date: Tue, 14 Apr 2020 11:58:02 -0500 Subject: [PATCH] Remove do not --- content/good_hcc_practices/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/good_hcc_practices/_index.md b/content/good_hcc_practices/_index.md index 616a5430..cd1c03dc 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 -- GitLab