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
82339ab8
Commit
82339ab8
authored
20 years ago
by
Moe Jette
Browse files
Options
Downloads
Patches
Plain Diff
Expand explanation of %c and %C format options.
parent
57c85cad
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/squeue.1
+10
-6
10 additions, 6 deletions
doc/man/man1/squeue.1
with
10 additions
and
6 deletions
doc/man/man1/squeue.1
+
10
−
6
View file @
82339ab8
...
@@ -76,13 +76,17 @@ Account associated with the job
...
@@ -76,13 +76,17 @@ Account associated with the job
Time at which the job began execution
Time at which the job began execution
.TP
.TP
\fB%c\fR
\fB%c\fR
Minimum number of CPUs (processors) requested by the job
Minimum number of CPUs (processors) per node requested by the job.
This reports the value of the \fBsrun --mincpus\fR option with a
default value of zero.
.TP
.TP
\fB%C\fR
\fB%C\fR
Number of CPUs (processors) allocated to the job or job step
Number of CPUs (processors) requested to the job or job step.
This reports the value of the \fBsrun --ntasks\fR option with a
default value of zero.
.TP
.TP
\fB%d\fR
\fB%d\fR
Minimum size of temporary disk space (in MB) requested by the job
Minimum size of temporary disk space (in MB) requested by the job
.
.TP
.TP
\fB%D\fR
\fB%D\fR
Number of nodes allocated to the job or the minimum number of nodes
Number of nodes allocated to the job or the minimum number of nodes
...
@@ -95,7 +99,7 @@ Time at which the job ended or is expected to end (based upon its time limit)
...
@@ -95,7 +99,7 @@ Time at which the job ended or is expected to end (based upon its time limit)
.TP
.TP
\fB%E\fR
\fB%E\fR
Job dependency. This job will not begin execution until the dependent job
Job dependency. This job will not begin execution until the dependent job
completes. A value of zero implies this job has no dependencies.
completes.
A value of zero implies this job has no dependencies.
.TP
.TP
\fB%f\fR
\fB%f\fR
Features required by the job
Features required by the job
...
@@ -136,7 +140,7 @@ nodes that have not yet been returned to service. This may result
...
@@ -136,7 +140,7 @@ nodes that have not yet been returned to service. This may result
in the node count being greater than the number of listed nodes.
in the node count being greater than the number of listed nodes.
.TP
.TP
\fB%o\fR
\fB%o\fR
Minimum number of nodes requested by the job
Minimum number of nodes requested by the job
.
.TP
.TP
\fB%O\fR
\fB%O\fR
Are contiguous nodes requested by the job
Are contiguous nodes requested by the job
...
@@ -390,7 +394,7 @@ WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
...
@@ -390,7 +394,7 @@ WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
details.
details.
.SH "SEE ALSO"
.SH "SEE ALSO"
\fBscancel\fR(1), \fBscontrol\fR(1), \fBsinfo\fR(1),
\fBscancel\fR(1), \fBscontrol\fR(1), \fBsinfo\fR(1),
\fBsrun\fR(1),
\fBslurm_load_ctl_conf\fR(3), \fBslurm_load_jobs\fR(3),
\fBslurm_load_ctl_conf\fR(3), \fBslurm_load_jobs\fR(3),
\fBslurm_load_node\fR(3),
\fBslurm_load_node\fR(3),
\fBslurm_load_partitions\fR(3)
\fBslurm_load_partitions\fR(3)
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