Skip to content
Snippets Groups Projects
Commit 6beb9834 authored by David Bigagli's avatar David Bigagli
Browse files

Put the SchedulerPrams in alphabetical order.

parent ea51f870
No related branches found
No related tags found
No related merge requests found
...@@ -2172,6 +2172,11 @@ on such hardware, Slurm will consider each NUMA node within the socket as a ...@@ -2172,6 +2172,11 @@ on such hardware, Slurm will consider each NUMA node within the socket as a
separate socket by default. Use the Ignore_NUMA option to report the correct separate socket by default. Use the Ignore_NUMA option to report the correct
socket count, but \fBnot\fR optimize resource allocations on the NUMA nodes. socket count, but \fBnot\fR optimize resource allocations on the NUMA nodes.
.TP .TP
\fBkill_invalid_depend\fR
If a job has an invalid dependency and it can never run terminate it
and set its state to be JOB_CANCELLED. By default the job stays pending
with reason DependencyNeverSatisfied.
.TP
\fBmax_depend_depth=#\fR \fBmax_depend_depth=#\fR
Maximum number of jobs to test for a circular job dependency. Stop testing Maximum number of jobs to test for a circular job dependency. Stop testing
after this number of job dependencies have been tested. The default value is after this number of job dependencies have been tested. The default value is
...@@ -2233,11 +2238,6 @@ The logic to support this option is only available in the select/cons_res plugin ...@@ -2233,11 +2238,6 @@ The logic to support this option is only available in the select/cons_res plugin
How frequently, in seconds, the main scheduling loop will execute and test all How frequently, in seconds, the main scheduling loop will execute and test all
pending jobs. pending jobs.
The default value is 60 seconds. The default value is 60 seconds.
.TP
\fBkill_invalid_depend\fR
If a job has an invalid dependency and it can never run terminate it
and set its state to be JOB_CANCELLED. By default the job stays pending
with reason DependencyNeverSatisfied.
.RE .RE
.TP .TP
......
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