Skip to content
Snippets Groups Projects
Commit 2bfa3df6 authored by jette's avatar jette
Browse files

Improve documentation for scheduling configuration

parent 52f91a97
No related branches found
No related tags found
No related merge requests found
...@@ -1914,7 +1914,8 @@ This option applies only to \fBSchedulerType=sched/backfill\fR. ...@@ -1914,7 +1914,8 @@ This option applies only to \fBSchedulerType=sched/backfill\fR.
\fBdefault_queue_depth=#\fR \fBdefault_queue_depth=#\fR
The default number of jobs to attempt scheduling (i.e. the queue depth) when a The default number of jobs to attempt scheduling (i.e. the queue depth) when a
running job completes or other routine actions occur. The full queue will be running job completes or other routine actions occur. The full queue will be
tested on a less frequent basis. The default value is 100. tested on a less frequent basis as defined by the \fBsched_interval\fR option
described below. The default value is 100.
See the \fBpartition_job_depth\fR option to limit depth by partition. See the \fBpartition_job_depth\fR option to limit depth by partition.
In the case of large clusters (more than 1000 nodes), configuring a relatively In the case of large clusters (more than 1000 nodes), configuring a relatively
small value may be desirable. small value may be desirable.
...@@ -1986,8 +1987,9 @@ priorities of preemptable jobs. ...@@ -1986,8 +1987,9 @@ priorities of preemptable jobs.
The logic to support this option is only available in the select/cons_res plugin. The logic to support this option is only available in the select/cons_res plugin.
.TP .TP
\fBsched_interval=#\fR \fBsched_interval=#\fR
How frequently, in seconds, the main scheduling loop will execute if the How frequently, in seconds, the main scheduling loop will execute and test all
\fBdefer\fR option is configured. pending jobs.
The default value is 60 seconds.
.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