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
608b66ed
Commit
608b66ed
authored
15 years ago
by
Moe Jette
Browse files
Options
Downloads
Patches
Plain Diff
reorder some of the options for salloc, sbatch and srun to put into
alphabetic order.
parent
3b4762b3
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
-4
4 additions, 4 deletions
doc/man/man1/salloc.1
doc/man/man1/sbatch.1
+26
-26
26 additions, 26 deletions
doc/man/man1/sbatch.1
doc/man/man1/srun.1
+18
-18
18 additions, 18 deletions
doc/man/man1/srun.1
with
48 additions
and
48 deletions
doc/man/man1/salloc.1
+
4
−
4
View file @
608b66ed
...
...
@@ -92,6 +92,10 @@ Force salloc to ring the terminal bell when the job allocation is granted
if the allocation is pending for more than ten seconds (and only if stdout
is a tty). Also see the option \fB\-\-no\-bell\fR.
.TP
\fB\-\-comment\fR=<\fIstring\fR>
An arbitrary comment.
.TP
\fB\-C\fR, \fB\-\-constraint\fR[=]<\fIlist\fR>
Specify a list of constraints.
...
...
@@ -120,10 +124,6 @@ Constraints with node counts may only be combined with AND operators.
If no nodes have the requested features, then the job will be rejected
by the slurm job manager.
.TP
\fB\-\-comment\fR=<\fIstring\fR>
An arbitrary comment.
.TP
\fB\-\-contiguous\fR
If set, then the allocated nodes must form a contiguous set.
...
...
This diff is collapsed.
Click to expand it.
doc/man/man1/sbatch.1
+
26
−
26
View file @
608b66ed
...
...
@@ -82,6 +82,26 @@ and you can tell SLURM to run the job today with the keyword
The value may be changed after job submission using the
\fBscontrol\fR command.
.TP
\fB\-\-checkpoint\fR=\fItime\fR
Specifies the interval between creating checkpoints of the job step.
By default, the job step will no checkpoints created.
Acceptable time formats include "minutes", "minutes:seconds",
"hours:minutes:seconds", "days\-hours", "days\-hours:minutes" and
"days\-hours:minutes:seconds".
.TP
\fB\-\-checkpoint\-dir\fR=\fIdirectory\fR
Specifies the directory into which the job or job step's checkpoint should
be written (used by the checkpoint/blcrm and checkpoint/xlch plugins only).
The default value is the current working directory.
Checkpoint files will be of the form "<job_id>.ckpt" for jobs
and "<job_id>.<step_id>.ckpt" for job steps.
.TP
\fB\-\-comment\fR=<\fIstring\fR>
An arbitrary comment.
.TP
\fB\-C\fR, \fB\-\-constraint\fR[=]<\fIlist\fR>
Specify a list of constraints.
...
...
@@ -110,6 +130,12 @@ Constraints with node counts may only be combined with AND operators.
If no nodes have the requested features, then the job will be rejected
by the slurm job manager.
.TP
\fB\-\-contiguous\fR
If set, then the allocated nodes must form a contiguous set.
Not honored with the \fBtopology/tree\fR or \fBtopology/3d_torus\fR
plugins, both of which can modify the node ordering.
.TP
\fB\-\-cpu_bind\fR=[{\fIquiet,verbose\fR},]\fItype\fR
Bind tasks to CPUs. Used only when the task/affinity plugin is enabled.
...
...
@@ -167,22 +193,6 @@ auto\-generated masks bind to threads
show this help message
.RE
.TP
\fB\-\-checkpoint\fR=\fItime\fR
Specifies the interval between creating checkpoints of the job step.
By default, the job step will no checkpoints created.
Acceptable time formats include "minutes", "minutes:seconds",
"hours:minutes:seconds", "days\-hours", "days\-hours:minutes" and
"days\-hours:minutes:seconds".
.TP
\fB\-\-checkpoint\-dir\fR=\fIdirectory\fR
Specifies the directory into which the job or job step's checkpoint should
be written (used by the checkpoint/blcrm and checkpoint/xlch plugins only).
The default value is the current working directory.
Checkpoint files will be of the form "<job_id>.ckpt" for jobs
and "<job_id>.<step_id>.ckpt" for job steps.
.TP
\fB\-c\fR, \fB\-\-cpus\-per\-task\fR[=]<\fIncpus\fR>
Advise the SLURM controller that ensuing job steps will require \fIncpus\fR
...
...
@@ -197,16 +207,6 @@ the \-\-cpus\-per\-task=3 options, the controller knows that each task requires
3 processors on the same node, and the controller will grant an allocation
of 4 nodes, one for each of the 4 tasks.
.TP
\fB\-\-comment\fR=<\fIstring\fR>
An arbitrary comment.
.TP
\fB\-\-contiguous\fR
If set, then the allocated nodes must form a contiguous set.
Not honored with the \fBtopology/tree\fR or \fBtopology/3d_torus\fR
plugins, both of which can modify the node ordering.
.TP
\fB\-D\fR, \fB\-\-workdir\fR[=]<\fIdirectory\fR>
Set the working directory of the batch script to \fIdirectory\fR before
...
...
This diff is collapsed.
Click to expand it.
doc/man/man1/srun.1
+
18
−
18
View file @
608b66ed
...
...
@@ -93,6 +93,17 @@ The default value is the current working directory.
Checkpoint files will be of the form "<job_id>.ckpt" for jobs
and "<job_id>.<step_id>.ckpt" for job steps.
.TP
\fB\-\-comment\fR=<\fIstring\fR>
An arbitrary comment.
.TP
\fB\-\-contiguous\fR
If set, then the job's allocated nodes must form a contiguous set.
Not honored with the \fBtopology/tree\fR or \fBtopology/3d_torus\fR
plugins, both of which can modify the node ordering.
Not honored for a job step's allocation.
.TP
\fB\-C\fR, \fB\-\-constraint\fR[=]<\fIlist\fR>
Specify a list of constraints.
...
...
@@ -121,6 +132,13 @@ Constraints with node counts may only be combined with AND operators.
If no nodes have the requested features, then the job will be rejected
by the slurm job manager.
.TP
\fB\-\-core\fR=\fItype\fR
Adjust corefile format for parallel job. If possible, srun will set
up the environment for the job such that a corefile format other than
full core dumps is enabled. If run with type = "list", srun will
print a list of supported corefile format types to stdout and exit.
.TP
\fB\-\-cpu_bind\fR=[{\fIquiet,verbose\fR},]\fItype\fR
Bind tasks to CPUs. Used only when the task/affinity plugin is enabled.
...
...
@@ -259,24 +277,6 @@ This option may also be useful to spawn tasks without allocating
resources to the job step from the job's allocation when running
multiple job steps with the \fB\-\-exclusive\fR option.
.TP
\fB\-\-comment\fR=<\fIstring\fR>
An arbitrary comment.
.TP
\fB\-\-contiguous\fR
If set, then the job's allocated nodes must form a contiguous set.
Not honored with the \fBtopology/tree\fR or \fBtopology/3d_torus\fR
plugins, both of which can modify the node ordering.
Not honored for a job step's allocation.
.TP
\fB\-\-core\fR=\fItype\fR
Adjust corefile format for parallel job. If possible, srun will set
up the environment for the job such that a corefile format other than
full core dumps is enabled. If run with type = "list", srun will
print a list of supported corefile format types to stdout and exit.
.TP
\fB\-D\fR, \fB\-\-chdir\fR=\fIpath\fR
have the remote processes do a chdir to \fIpath\fR before beginning
...
...
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