Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Slurm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tud-zih-energy
Slurm
Commits
22780201
Commit
22780201
authored
21 years ago
by
Moe Jette
Browse files
Options
Downloads
Patches
Plain Diff
Added scheduling parameter descriptions.
parent
5a371848
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/man/man5/slurm.conf.5
+19
-0
19 additions, 0 deletions
doc/man/man5/slurm.conf.5
with
19 additions
and
0 deletions
doc/man/man5/slurm.conf.5
+
19
−
0
View file @
22780201
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment