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
1c5af466
Commit
1c5af466
authored
22 years ago
by
Moe Jette
Browse files
Options
Downloads
Patches
Plain Diff
Clarify use of ControlAddr and BackupAddr.
parent
eb3f7c0e
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
+12
-9
12 additions, 9 deletions
doc/man/man5/slurm.conf.5
with
12 additions
and
9 deletions
doc/man/man5/slurm.conf.5
+
12
−
9
View file @
1c5af466
...
...
@@ -17,11 +17,12 @@ The size of each line in the file is limited to 1024 characters.
The overall configuration parameters available include:
.TP
\fBBackupAddr\fR
The name of the machine where SLURM control functions are
executed in the event that \fBControlMachine\fR fails.
This should be a node name as returned by the hostname command,
without the full domain name (e.g. "lx0001").
By default the \fBBackupAddr\fR will be identical in value to
Name that \fBBackupController\fR should be referred to in
establishing a communications path. This name will
be used as an argument to the gethostbyname() function for
identification. For example, "elx0000" might be used to designate
the ethernet address for node "lx0000".
ByBy default the \fBBackupAddr\fR will be identical in value to
\fBBackupController\fR.
.TP
\fBBackupController\fR
...
...
@@ -34,9 +35,11 @@ This should be a node name without the full domain name (e.g. "lx0002").
While not essential, it is highly recommended that you specify a backup controller.
.TP
\fBControlAddr\fR
The name of the machine where SLURM control functions are executed.
This should be a node name as returned by the hostname command,
without the full domain name (e.g. "lx0001").
Name that \fBControlMachine\fR should be referred to in
establishing a communications path. This name will
be used as an argument to the gethostbyname() function for
identification. For example, "elx0000" might be used to designate
the ethernet address for node "lx0000".
By default the \fBControlAddr\fR will be identical in value to
\fBControlMachine\fR.
.TP
...
...
@@ -216,7 +219,7 @@ for example, processor speed.
By default a node has no features.
.TP
\fBNodeAddr\fR
Name that a node should be refered to in establishing
Name that a node should be refer
r
ed to in establishing
a communications path. This name will be used as an
argument to the gethostbyname() function for identification.
For example, "elx0012" might be used to designate
...
...
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