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
cc488c57
Commit
cc488c57
authored
10 years ago
by
Morris Jette
Browse files
Options
Downloads
Patches
Plain Diff
Document job partition string reordering
See bug 757
parent
b36f83cf
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
-1
4 additions, 1 deletion
doc/man/man1/salloc.1
doc/man/man1/sbatch.1
+4
-1
4 additions, 1 deletion
doc/man/man1/sbatch.1
doc/man/man1/srun.1
+4
-1
4 additions, 1 deletion
doc/man/man1/srun.1
with
12 additions
and
3 deletions
doc/man/man1/salloc.1
+
4
−
1
View file @
cc488c57
...
@@ -1066,7 +1066,10 @@ Request a specific partition for the resource allocation. If not specified,
...
@@ -1066,7 +1066,10 @@ Request a specific partition for the resource allocation. If not specified,
the default behavior is to allow the slurm controller to select the default
the default behavior is to allow the slurm controller to select the default
partition as designated by the system administrator. If the job can use more
partition as designated by the system administrator. If the job can use more
than one partition, specify their names in a comma separate list and the one
than one partition, specify their names in a comma separate list and the one
offering earliest initiation will be used.
offering earliest initiation will be used with no regard given to the partition
name ordering (although higher priority partitions will be considered first).
When the job is initiated, the name of the partition used will be placed first
in the job record partition string.
.TP
.TP
\fB\-Q\fR, \fB\-\-quiet\fR
\fB\-Q\fR, \fB\-\-quiet\fR
...
...
This diff is collapsed.
Click to expand it.
doc/man/man1/sbatch.1
+
4
−
1
View file @
cc488c57
...
@@ -1124,7 +1124,10 @@ Request a specific partition for the resource allocation. If not specified,
...
@@ -1124,7 +1124,10 @@ Request a specific partition for the resource allocation. If not specified,
the default behavior is to allow the slurm controller to select the default
the default behavior is to allow the slurm controller to select the default
partition as designated by the system administrator. If the job can use more
partition as designated by the system administrator. If the job can use more
than one partition, specify their names in a comma separate list and the one
than one partition, specify their names in a comma separate list and the one
offering earliest initiation will be used.
offering earliest initiation will be used with no regard given to the partition
name ordering (although higher priority partitions will be considered first).
When the job is initiated, the name of the partition used will be placed first
in the job record partition string.
.TP
.TP
\fB\-\-priority\fR=<value>
\fB\-\-priority\fR=<value>
...
...
This diff is collapsed.
Click to expand it.
doc/man/man1/srun.1
+
4
−
1
View file @
cc488c57
...
@@ -1225,7 +1225,10 @@ Request a specific partition for the resource allocation. If not specified,
...
@@ -1225,7 +1225,10 @@ Request a specific partition for the resource allocation. If not specified,
the default behavior is to allow the slurm controller to select the default
the default behavior is to allow the slurm controller to select the default
partition as designated by the system administrator. If the job can use more
partition as designated by the system administrator. If the job can use more
than one partition, specify their names in a comma separate list and the one
than one partition, specify their names in a comma separate list and the one
offering earliest initiation will be used.
offering earliest initiation will be used with no regard given to the partition
name ordering (although higher priority partitions will be considered first).
When the job is initiated, the name of the partition used will be placed first
in the job record partition string.
.TP
.TP
\fB\-\-priority\fR=<value>
\fB\-\-priority\fR=<value>
...
...
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