Skip to content
Snippets Groups Projects
Commit abd12d3e authored by Moe Jette's avatar Moe Jette
Browse files

Add SchedulerType backfill to the sample configuration.

parent 690fed35
No related branches found
No related tags found
No related merge requests found
......@@ -144,18 +144,19 @@
#
# o Define a scheduler.
#
# "SchedulerType" : the type of scheduler.
# "sched/builtin" : the default, SLURM's built-in FIFO scheduler.
# "sched/wiki" : the Wiki interface to Maui.
#
# "SchedulerAuth" : an authentication token, if any, that must
# be used in a scheduler communication
# protocol. The interpretation of this value
# depends on the plugin type.
#
# "SchedulerPort" : for polling schedulers, the port number on
# which slurmctld should listen for connection
# requests.
# "SchedulerType" : the type of scheduler.
# "sched/builtin" : the default, SLURM's built-in FIFO scheduler.
# "sched/backfill" : FIFO scheduling with backfill.
# "sched/wiki" : the Wiki interface to Maui.
#
# "SchedulerAuth" : an authentication token, if any, that must
# be used in a scheduler communication
# protocol. The interpretation of this value
# depends on the plugin type.
#
# "SchedulerPort" : for polling schedulers, the port number on
# which slurmctld should listen for connection
# requests.
#
# SchedulerType=sched/wiki
# SchedulerAuth=42
......
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