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
176d5b83
Commit
176d5b83
authored
11 years ago
by
Martin Perry
Committed by
Morris Jette
11 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Minor documentation update to clarify the default behavior of the srun option
bug 327
parent
c2ad2458
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/man/man1/srun.1
+4
-3
4 additions, 3 deletions
doc/man/man1/srun.1
with
4 additions
and
3 deletions
doc/man/man1/srun.1
+
4
−
3
View file @
176d5b83
...
...
@@ -228,8 +228,9 @@ To ensure that distinct CPUs are allocated to each job step, use the
If the job step allocation includes an allocation with a number of
sockets, cores, or threads equal to the number of tasks to be started
then the tasks will by default be bound to the appropriate resources.
Disable this mode of operation by explicitly setting "-\-cpu\-bind=none".
then the tasks will by default be bound to the appropriate resources (auto
binding). Disable this mode of operation by explicitly setting
"-\-cpu\-bind=none".
Note that a job step can be allocated different numbers of CPUs on each node
or be allocated CPUs not starting at location zero. Therefore one of the
...
...
@@ -253,7 +254,7 @@ Quietly bind before task runs (default)
Verbosely report binding before task runs
.TP
.B no[ne]
Do not bind tasks to CPUs (default)
Do not bind tasks to CPUs (default
unless auto binding is applied
)
.TP
.B rank
Automatically bind by task rank.
...
...
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