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
0b3d1694
Commit
0b3d1694
authored
3 years ago
by
Ben Roberts
Browse files
Options
Downloads
Patches
Plain Diff
Docs - Note --ntasks-per-core/socket incompatible with select/linear
Bug 11447
parent
a83fdd37
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
+5
-7
5 additions, 7 deletions
doc/man/man1/salloc.1
doc/man/man1/sbatch.1
+4
-6
4 additions, 6 deletions
doc/man/man1/sbatch.1
doc/man/man1/srun.1
+4
-6
4 additions, 6 deletions
doc/man/man1/srun.1
with
13 additions
and
19 deletions
doc/man/man1/salloc.1
+
5
−
7
View file @
0b3d1694
.TH salloc "1" "Slurm Commands" "
February
2021" "Slurm Commands"
.TH salloc "1" "Slurm Commands" "
April
2021" "Slurm Commands"
.SH "NAME"
salloc \- Obtain a Slurm job allocation (a set of nodes), execute a command,
...
...
@@ -1339,9 +1339,8 @@ Request the maximum \fIntasks\fR be invoked on each core.
Meant to be used with the \fB\-\-ntasks\fR option.
Related to \fB\-\-ntasks\-per\-node\fR except at the core level
instead of the node level.
NOTE: This option is not supported unless \fISelectType=cons_res\fR is
configured (either directly or indirectly on Cray systems)
along with the node's core count.
\fBNOTE\fR: This option is not supported when using
\fISelectType=select/linear\fR.
.TP
\fB\-\-ntasks\-per\-gpu\fR=<\fIntasks\fR>
...
...
@@ -1386,9 +1385,8 @@ Request the maximum \fIntasks\fR be invoked on each socket.
Meant to be used with the \fB\-\-ntasks\fR option.
Related to \fB\-\-ntasks\-per\-node\fR except at the socket level
instead of the node level.
NOTE: This option is not supported unless \fISelectType=cons_res\fR is
configured (either directly or indirectly on Cray systems)
along with the node's socket count.
\fBNOTE\fR: This option is not supported when using
\fISelectType=select/linear\fR.
.TP
\fB\-\-no\-bell\fR
...
...
This diff is collapsed.
Click to expand it.
doc/man/man1/sbatch.1
+
4
−
6
View file @
0b3d1694
...
...
@@ -1458,9 +1458,8 @@ Request the maximum \fIntasks\fR be invoked on each core.
Meant to be used with the \fB\-\-ntasks\fR option.
Related to \fB\-\-ntasks\-per\-node\fR except at the core level
instead of the node level.
NOTE: This option is not supported unless \fISelectType=cons_res\fR is
configured (either directly or indirectly on Cray systems)
along with the node's core count.
\fBNOTE\fR: This option is not supported when using
\fISelectType=select/linear\fR.
.TP
\fB\-\-ntasks\-per\-gpu\fR=<\fIntasks\fR>
...
...
@@ -1505,9 +1504,8 @@ Request the maximum \fIntasks\fR be invoked on each socket.
Meant to be used with the \fB\-\-ntasks\fR option.
Related to \fB\-\-ntasks\-per\-node\fR except at the socket level
instead of the node level.
NOTE: This option is not supported unless \fISelectType=cons_res\fR is
configured (either directly or indirectly on Cray systems)
along with the node's socket count.
\fBNOTE\fR: This option is not supported when using
\fISelectType=select/linear\fR.
.TP
\fB\-O\fR, \fB\-\-overcommit\fR
...
...
This diff is collapsed.
Click to expand it.
doc/man/man1/srun.1
+
4
−
6
View file @
0b3d1694
...
...
@@ -1826,9 +1826,8 @@ Related to \fB\-\-ntasks\-per\-node\fR except at the core level
instead of the node level. Masks will automatically be generated
to bind the tasks to specific cores unless \fB\-\-cpu\-bind=none\fR
is specified.
NOTE: This option is not supported unless \fISelectType=cons_res\fR is
configured (either directly or indirectly on Cray systems)
along with the node's core count.
\fBNOTE\fR: This option is not supported when using
\fISelectType=select/linear\fR.
.TP
\fB\-\-ntasks\-per\-gpu\fR=<\fIntasks\fR>
...
...
@@ -1877,9 +1876,8 @@ Related to \fB\-\-ntasks\-per\-node\fR except at the socket level
instead of the node level. Masks will automatically be generated
to bind the tasks to specific sockets unless \fB\-\-cpu\-bind=none\fR
is specified.
NOTE: This option is not supported unless \fISelectType=cons_res\fR is
configured (either directly or indirectly on Cray systems)
along with the node's socket count.
\fBNOTE\fR: This option is not supported when using
\fISelectType=select/linear\fR.
.TP
\fB\-O\fR, \fB\-\-overcommit\fR
...
...
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