File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -392,17 +392,17 @@ options. For further details see the respective documentation.
392392
393393When submitting a large number of individual SLURM jobs (` ` n_jobs` ` ), the
394394scheduler could be overloaded, i.e. increased scheduling overhead may degrade
395- the overall effiency of the scheduling on the HPC system.
395+ the overall efficiency of the scheduling respectively performance on the HPC system.
396396
397397As an alternative, consider to use SLURM job arrays. A SLURM job array is a feature
398398to manage a collection of similar jobs efficiently using a single submission script.
399399Each job in the array (task), shares the same job script but can operate on
400- different inputs and parameters identified by an unique index ` ` $SLURM_ARRAY_TASK_ID ` ` .
400+ different inputs and parameters identified by an unique index ` ` ${ SLURM_ARRAY_TASK_ID} ` ` .
401401
402402Furthermore, monitoring and job control is streamlined compared to numerous individual
403403jobs scattered across the queue (scalability of job submission). SLURM is optimized to handle
404- large job arrays efficienctly and should be thus considered as an alternative to to the
405- submission of many individual, yet related or similar jobs.
404+ large job arrays efficiently and should thus be considered as an alternative to the
405+ submission of many individual, yet related or similar, jobs.
406406
407407
408408.. code:: bash
You can’t perform that action at this time.
0 commit comments