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
db524bf0
Commit
db524bf0
authored
21 years ago
by
Moe Jette
Browse files
Options
Downloads
Patches
Plain Diff
Document that StateSaveLocation must be a directory that SlurmUser may
write to.
parent
e532316d
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
NEWS
+3
-0
3 additions, 0 deletions
NEWS
doc/man/man5/slurm.conf.5
+5
-4
5 additions, 4 deletions
doc/man/man5/slurm.conf.5
with
8 additions
and
4 deletions
NEWS
+
3
−
0
View file @
db524bf0
This file describes changes in recent versions of SLURM. It primarily
documents those changes that are of interest to users and admins.
* Changes in SLURM 0.3.0.0-pre9 (not tagged yet)
===============================
* Changes in SLURM 0.3.0.0-pre8
===============================
-- Queue outgoing message traffic rather than immediately spawning
...
...
This diff is collapsed.
Click to expand it.
doc/man/man5/slurm.conf.5
+
5
−
4
View file @
db524bf0
.TH "slurm.conf" "5" "
February
2004" "Morris Jette" "Slurm configuration file"
.TH "slurm.conf" "5" "
March
2004" "Morris Jette" "Slurm configuration file"
.SH "NAME"
slurm.conf \- Slurm configuration file
.SH "DESCRIPTION"
...
...
@@ -273,9 +273,10 @@ The default value is 300 seconds.
A value of zero indicates the node should never be set DOWN if not respnding.
.TP
\fBStateSaveLocation\fR
Fully qualified pathname of a directory into which the slurm controller,
\fBslurmctld\fR, saves its state (e.g. "/usr/local/slurm/checkpoint"). SLURM
state will saved here to recover from system failures.
Fully qualified pathname of a directory into which the SLURM controller,
\fBslurmctld\fR, saves its state (e.g. "/usr/local/slurm/checkpoint").
SLURM state will saved here to recover from system failures.
\fBSlurmUser\fR must be able to create files in this directory.
The default value is "/tmp".
If any slurm daemons terminate abnormally, their core files will also be written
into this directory.
...
...
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