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
e2f63dc3
Commit
e2f63dc3
authored
8 years ago
by
Morris Jette
Browse files
Options
Downloads
Patches
Plain Diff
Update --mem_bind option description
bug 3065
parent
bd64287e
No related branches found
Branches containing commit
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
+14
-9
14 additions, 9 deletions
doc/man/man1/salloc.1
doc/man/man1/sbatch.1
+14
-9
14 additions, 9 deletions
doc/man/man1/sbatch.1
doc/man/man1/srun.1
+14
-9
14 additions, 9 deletions
doc/man/man1/srun.1
with
42 additions
and
27 deletions
doc/man/man1/salloc.1
+
14
−
9
View file @
e2f63dc3
...
...
@@ -817,18 +817,23 @@ bind by task rank (not recommended)
Use memory local to the processor in use
.TP
.B map_mem:<list>
bind by mapping a node's memory to tasks as specified
where <list> is <cpuid1>,<cpuid2>,...<cpuidN>.
CPU IDs are interpreted as decimal values unless they are preceded
with '0x' in which case they interpreted as hexadecimal values
(not recommended)
bind by setting memory masks on tasks (or ranks) as specified where <list> is
<numa_id_for_task_0>,<numa_id_for_task_1>,...
NUMA IDs are interpreted as decimal values unless they are preceded
with '0x' in which case they interpreted as hexadecimal values.
If the number of tasks (or ranks) exceeds the number of elements in this list,
elements in the list will be reused as needed starting from the beginning of
the list.
.TP
.B mask_mem:<list>
bind by setting memory masks on tasks as specified
where <list> is <m
ask
1
>,<
mask2>,...<maskN>
.
memory
masks are \fBalways\fR interpreted as hexadecimal values.
bind by setting memory masks on tasks
(or ranks)
as specified
where <list> is
<numa_mask_for_t
ask
_0
>,<
numa_mask_for_task_1>,..
.
NUMA
masks are \fBalways\fR interpreted as hexadecimal values.
Note that masks must be preceded with a '0x' if they don't begin
with [0-9] so they are seen as numerical values by srun.
with [0-9] so they are seen as numerical values.
If the number of tasks (or ranks) exceeds the number of elements in this list,
elements in the list will be reused as needed starting from the beginning of
the list.
.TP
.B help
show this help message
...
...
This diff is collapsed.
Click to expand it.
doc/man/man1/sbatch.1
+
14
−
9
View file @
e2f63dc3
...
...
@@ -913,18 +913,23 @@ bind by task rank (not recommended)
Use memory local to the processor in use
.TP
.B map_mem:<list>
bind by mapping a node's memory to tasks as specified
where <list> is <cpuid1>,<cpuid2>,...<cpuidN>.
CPU IDs are interpreted as decimal values unless they are preceded
with '0x' in which case they interpreted as hexadecimal values
(not recommended)
bind by setting memory masks on tasks (or ranks) as specified where <list> is
<numa_id_for_task_0>,<numa_id_for_task_1>,...
NUMA IDs are interpreted as decimal values unless they are preceded
with '0x' in which case they interpreted as hexadecimal values.
If the number of tasks (or ranks) exceeds the number of elements in this list,
elements in the list will be reused as needed starting from the beginning of
the list.
.TP
.B mask_mem:<list>
bind by setting memory masks on tasks as specified
where <list> is <m
ask
1
>,<
mask2>,...<maskN>
.
memory
masks are \fBalways\fR interpreted as hexadecimal values.
bind by setting memory masks on tasks
(or ranks)
as specified
where <list> is
<numa_mask_for_t
ask
_0
>,<
numa_mask_for_task_1>,..
.
NUMA
masks are \fBalways\fR interpreted as hexadecimal values.
Note that masks must be preceded with a '0x' if they don't begin
with [0-9] so they are seen as numerical values by srun.
with [0-9] so they are seen as numerical values.
If the number of tasks (or ranks) exceeds the number of elements in this list,
elements in the list will be reused as needed starting from the beginning of
the list.
.TP
.B help
show this help message
...
...
This diff is collapsed.
Click to expand it.
doc/man/man1/srun.1
+
14
−
9
View file @
e2f63dc3
...
...
@@ -1177,18 +1177,23 @@ bind by task rank (not recommended)
Use memory local to the processor in use
.TP
.B map_mem:<list>
bind by mapping a node's memory to tasks as specified
where <list> is <cpuid1>,<cpuid2>,...<cpuidN>.
CPU IDs are interpreted as decimal values unless they are preceded
with '0x' in which case they interpreted as hexadecimal values
(not recommended)
bind by setting memory masks on tasks (or ranks) as specified where <list> is
<numa_id_for_task_0>,<numa_id_for_task_1>,...
NUMA IDs are interpreted as decimal values unless they are preceded
with '0x' in which case they interpreted as hexadecimal values.
If the number of tasks (or ranks) exceeds the number of elements in this list,
elements in the list will be reused as needed starting from the beginning of
the list.
.TP
.B mask_mem:<list>
bind by setting memory masks on tasks as specified
where <list> is <m
ask
1
>,<
mask2>,...<maskN>
.
memory
masks are \fBalways\fR interpreted as hexadecimal values.
bind by setting memory masks on tasks
(or ranks)
as specified
where <list> is
<numa_mask_for_t
ask
_0
>,<
numa_mask_for_task_1>,..
.
NUMA
masks are \fBalways\fR interpreted as hexadecimal values.
Note that masks must be preceded with a '0x' if they don't begin
with [0-9] so they are seen as numerical values by srun.
with [0-9] so they are seen as numerical values.
If the number of tasks (or ranks) exceeds the number of elements in this list,
elements in the list will be reused as needed starting from the beginning of
the list.
.TP
.B help
show this help message
...
...
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