From 22780201699d1bf95f621149131e04416b8a0a80 Mon Sep 17 00:00:00 2001 From: Moe Jette <jette1@llnl.gov> Date: Fri, 14 Nov 2003 20:52:43 +0000 Subject: [PATCH] Added scheduling parameter descriptions. --- doc/man/man5/slurm.conf.5 | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/doc/man/man5/slurm.conf.5 b/doc/man/man5/slurm.conf.5 index a8e0261b19a..022a36467d9 100644 --- a/doc/man/man5/slurm.conf.5 +++ b/doc/man/man5/slurm.conf.5 @@ -167,6 +167,21 @@ means that a node will remain in the DOWN state until a system administrator explicitly changes its state (even if the slurmd daemon registers and resumes communications). .TP +\fBSchedulerAuth\fR +An authentication token, if any, that must be used in a scheduler +communication protocol. The interpreation of this value depends +upon the value of \fBSchedulerType\fR. +.TP +\fBSchedulerPort\fR +For polling schedulers, the port number on which slurmctld should +listen for connection requests. +.TP +\fBSchedulerType\fR +Identifies the type of scheduler to be used. Acceptable values +include "sched/builtin" for the built-in FIFO scheduler and +"sched/wiki" for the Wiki interface to the Maui Scheduler. +The default value is "sched/builtin". +.TP \fBSlurmUser\fR The name of the user that the \fBslurmctld\fR daemon executes as. For security purposes, a user other than "root" is recommended. @@ -499,6 +514,10 @@ PluginDir=/usr/local/lib:/usr/local/slurm/lib .br ReturnToService=0 .br +SchedulerType=sched/wiki +.br +SchedulerAuth=42 SchedulerPort=7004 +.br SlurmctldLogFile=/var/log/slurmctld.log .br SlurmdLogFile=/var/log/slurmd.log -- GitLab