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
e5f20824
Commit
e5f20824
authored
10 years ago
by
Brian Christiansen
Browse files
Options
Downloads
Patches
Plain Diff
Add SLURM_CPUS_PER_TASK to salloc,sbatch,srun man pages.
Bug 1331
parent
fcc11e22
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
+4
-0
4 additions, 0 deletions
doc/man/man1/salloc.1
doc/man/man1/sbatch.1
+4
-0
4 additions, 0 deletions
doc/man/man1/sbatch.1
doc/man/man1/srun.1
+4
-0
4 additions, 0 deletions
doc/man/man1/srun.1
with
12 additions
and
0 deletions
doc/man/man1/salloc.1
+
4
−
0
View file @
e5f20824
...
...
@@ -1330,6 +1330,10 @@ The reservation ID on Cray systems running ALPS/BASIL only.
\fBSLURM_CLUSTER_NAME\fR
Name of the cluster on which the job is executing.
.TP
\fBSLURM_CPUS_PER_TASK\fR
Number of cpus requested per task.
Only set if the \fB\-\-cpus\-per\-task\fR option is specified.
.TP
\fBSLURM_DISTRIBUTION\fR
Same as \fB\-m, \-\-distribution\fR
.TP
...
...
This diff is collapsed.
Click to expand it.
doc/man/man1/sbatch.1
+
4
−
0
View file @
e5f20824
...
...
@@ -1571,6 +1571,10 @@ Name of the cluster on which the job is executing.
\fBSLURM_CPUS_ON_NODE\fR
Number of CPUS on the allocated node.
.TP
\fBSLURM_CPUS_PER_TASK\fR
Number of cpus requested per task.
Only set if the \fB\-\-cpus\-per\-task\fR option is specified.
.TP
\fBSLURM_DISTRIBUTION\fR
Same as \fB\-m, \-\-distribution\fR
.TP
...
...
This diff is collapsed.
Click to expand it.
doc/man/man1/srun.1
+
4
−
0
View file @
e5f20824
...
...
@@ -2224,6 +2224,10 @@ jobs, so the value indicates the total count of CPUs on the node.
For the select/cons_res plugin, this number indicates the number of cores
on this node allocated to the job.
.TP
\fBSLURM_CPUS_PER_TASK\fR
Number of cpus requested per task.
Only set if the \fB\-\-cpus\-per\-task\fR option is specified.
.TP
\fBSLURM_DISTRIBUTION\fR
Distribution type for the allocated jobs. Set the distribution
with \-m, \-\-distribution.
...
...
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