@@ -49,9 +49,9 @@ The scheduler makes a list of jobs to run in order of execution priority. The sc
...
@@ -49,9 +49,9 @@ The scheduler makes a list of jobs to run in order of execution priority. The sc
This means that jobs with lower execution priority can be run before jobs with higher execution priority.
This means that jobs with lower execution priority can be run before jobs with higher execution priority.
!!! note
!!! note
It is **very beneficial to specify the walltime** when submitting jobs.
It is **very beneficial to specify the timelimit** when submitting jobs.
Specifying more accurate walltime enables better scheduling, better execution times, and better resource usage. Jobs with suitable (small) walltime can be backfilled - and overtake job(s) with a higher priority.
Specifying more accurate timelimit enables better scheduling, better execution times, and better resource usage. Jobs with suitable (small) timelimit can be backfilled - and overtake job(s) with a higher priority.