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
2fdb8bb8
Commit
2fdb8bb8
authored
5 years ago
by
Tim Wickberg
Browse files
Options
Downloads
Patches
Plain Diff
Docs - remove references to long-defunct Moab integration.
parent
8767b98f
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
doc/man/man1/salloc.1
+1
-2
1 addition, 2 deletions
doc/man/man1/salloc.1
doc/man/man1/sbatch.1
+1
-2
1 addition, 2 deletions
doc/man/man1/sbatch.1
doc/man/man5/slurm.conf.5
+6
-8
6 additions, 8 deletions
doc/man/man5/slurm.conf.5
with
8 additions
and
12 deletions
doc/man/man1/salloc.1
+
1
−
2
View file @
2fdb8bb8
.TH salloc "1" "Slurm Commands" "
December
20
19
" "Slurm Commands"
.TH salloc "1" "Slurm Commands" "
January
20
20
" "Slurm Commands"
.SH "NAME"
salloc \- Obtain a Slurm job allocation (a set of nodes), execute a command,
...
...
@@ -544,7 +544,6 @@ Example of use include "\-\-get\-user\-env", "\-\-get\-user\-env=10"
"\-\-get\-user\-env=10L", and "\-\-get\-user\-env=S".
NOTE: This option only works if the caller has an
effective uid of "root".
This option was originally created for use by Moab.
.TP
\fB\-\-gid\fR=<\fIgroup\fR>
...
...
This diff is collapsed.
Click to expand it.
doc/man/man1/sbatch.1
+
1
−
2
View file @
2fdb8bb8
.TH sbatch "1" "Slurm Commands" "
December
20
19
" "Slurm Commands"
.TH sbatch "1" "Slurm Commands" "
January
20
20
" "Slurm Commands"
.SH "NAME"
sbatch \- Submit a batch script to Slurm.
...
...
@@ -655,7 +655,6 @@ If \fImode\fR not specified, the mode established at Slurm build time
is used.
Example of use include "\-\-get\-user\-env", "\-\-get\-user\-env=10"
"\-\-get\-user\-env=10L", and "\-\-get\-user\-env=S".
This option was originally created for use by Moab.
.TP
\fB\-\-gid\fR=<\fIgroup\fR>
...
...
This diff is collapsed.
Click to expand it.
doc/man/man5/slurm.conf.5
+
6
−
8
View file @
2fdb8bb8
.TH "slurm.conf" "5" "Slurm Configuration File" "
November
20
19
" "Slurm Configuration File"
.TH "slurm.conf" "5" "Slurm Configuration File" "
January
20
20
" "Slurm Configuration File"
.SH "NAME"
slurm.conf \- Slurm configuration file
...
...
@@ -374,8 +374,7 @@ The maximum time (in seconds) that a batch job is permitted for
launching before being considered missing and releasing the
allocation. The default value is 10 (seconds). Larger values may be
required if more time is required to execute the \fBProlog\fR, load
user environment variables (for Moab spawned jobs), or if the slurmd
daemon gets paged from memory.
user environment variables, or if the slurmd daemon gets paged from memory.
.br
.br
\fBNote\fR: The test for a job being successfully launched is only performed when
...
...
@@ -867,11 +866,10 @@ Also see \fBMaxJobId\fR
.TP
\fBGetEnvTimeout\fR
Used for Moab scheduled jobs only. Controls how long job should wait
in seconds for loading the user's environment before attempting to
load it from a cache file. Applies when the srun or sbatch
\fI\-\-get\-user\-env\fR option is used. If set to 0 then always load
the user's environment from the cache file.
Controls how long the job should wait (in seconds) to load the user's
environment before attempting to load it from a cache file.
Applies when the salloc or sbatch \fI\-\-get\-user\-env\fR option is used.
If set to 0 then always load the user's environment from the cache file.
The default value is 2 seconds.
.TP
...
...
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