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
8e949f72
Commit
8e949f72
authored
9 years ago
by
Morris Jette
Browse files
Options
Downloads
Patches
Plain Diff
Document sbatch cpu/mem binding env vars
bug 2009
parent
a254c6a5
No related branches found
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/sbatch.1
+33
-3
33 additions, 3 deletions
doc/man/man1/sbatch.1
with
33 additions
and
3 deletions
doc/man/man1/sbatch.1
+
33
−
3
View file @
8e949f72
...
@@ -1718,6 +1718,39 @@ Do not free a block on Blue Gene L/P systems only.
...
@@ -1718,6 +1718,39 @@ Do not free a block on Blue Gene L/P systems only.
\fBMPIRUN_PARTITION\fR
\fBMPIRUN_PARTITION\fR
The block name on Blue Gene systems only.
The block name on Blue Gene systems only.
.TP
.TP
\fBSBATCH_CPU_BIND\fR
Set to value of the \-\-cpu_bind\fR option.
.TP
\fBSBATCH_CPU_BIND_VERBOSE\fR
Set to "verbose" if the \-\-cpu_bind\fR option includes the verbose option.
Set to "quiet" otherwise.
.TP
\fBSBATCH_CPU_BIND_TYPE\fR
Set to the CPU binding type specified with the \-\-cpu_bind\fR option.
Possible values two possible comma separated strings.
The first possible string identifies the entity to be bound to: "threads",
"cores", "sockets", "ldoms" and "boards".
The second string identifies manner in which tasks are bound:
"none", "rank", "map_cpu", "mask_cpu", "rank_ldom", "map_ldom" or "mask_ldom".
.TP
\fBSBATCH_CPU_BIND_LIST\fR
Set to bit mask used for CPU binding.
.TP
\fBSBATCH_MEM_BIND\fR
Set to value of the \-\-mem_bind\fR option.
.TP
\fBSBATCH_MEM_BIND_VERBOSE\fR
Set to "verbose" if the \-\-mem_bind\fR option includes the verbose option.
Set to "quiet" otherwise.
.TP
\fBSBATCH_MEM_BIND_TYPE\fR
Set to the memory binding type specified with the \-\-mem_bind\fR option.
Possible values are "none", "rank", "map_map", "mask_mem" and "local".
.TP
\fBSBATCH_MEM_BIND_LIST\fR
Set to bit mask used for memory binding.
.TP
\fBSLURM_ARRAY_TASK_ID\fR
\fBSLURM_ARRAY_TASK_ID\fR
Job array ID (index) number.
Job array ID (index) number.
.TP
.TP
...
@@ -1782,9 +1815,6 @@ Name of the partition in which the job is running.
...
@@ -1782,9 +1815,6 @@ Name of the partition in which the job is running.
\fBSLURM_LOCALID\fR
\fBSLURM_LOCALID\fR
Node local task ID for the process within a job.
Node local task ID for the process within a job.
.TP
.TP
\fBSLURM_MEM_BIND\fR
Set to value of the \-\-mem_bind\fR option.
.TP
\fBSLURM_NODE_ALIASES\fR
\fBSLURM_NODE_ALIASES\fR
Sets of node name, communication address and hostname for nodes allocated to
Sets of node name, communication address and hostname for nodes allocated to
the job from the cloud. Each element in the set if colon separated and each
the job from the cloud. Each element in the set if colon separated and each
...
...
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