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
7d38398f
Commit
7d38398f
authored
21 years ago
by
Moe Jette
Browse files
Options
Downloads
Patches
Plain Diff
Add more examples. Expand description of job and job step filtering.
parent
b6971fa6
No related branches found
Branches containing commit
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
+31
-3
31 additions, 3 deletions
doc/man/man1/squeue.1
with
31 additions
and
3 deletions
doc/man/man1/squeue.1
+
31
−
3
View file @
7d38398f
...
...
@@ -24,7 +24,8 @@ Repeatedly gather and report the requested information at the interval
specified (in seconds).
.TP
\fB\-j\fR, \fB\-\-jobs\fR
Specify the jobs to view. This takes a comma separated list of jobs to view.
Specify the jobs to view. This flag indicates that a comma separated list
of jobs to view follows without an equal sign (see examples).
Defaults to all jobs.
.TP
\fB\-l\fR, \fB\-\-long\fR
...
...
@@ -102,8 +103,9 @@ Specify the partitions of the jobs or steps to view. Accepts a comma separated
list of partition names.
.TP
\fB\-s\fR, \fB\-\-steps\fR
Specify the job steps to view. This takes a comma separated list of job steps
to view in the format "job_id.step_id". Defaults to all job steps.
Specify the job steps to view. This flag indicates that a comma separated list
of job steps to view follows without an equal sign (see examples).
The job step format is "job_id.step_id". Defaults to all job steps.
.TP
\fB\-S\fR, \fB\-\-sort\fR
Specifies the sorting order of job's or job step's records for printing.
...
...
@@ -162,6 +164,32 @@ Print the job steps in the debug partition sorted by user:
65550.1 debug candice 10/14-11:18 dev[6-12]
.ec
.eo
Print information only about jobs 12345 and 12346:
.br
# squeue --jobs 12345,12346
.br
JOBID PARTITION NAME USER ST TIME_LIM PRIO NODES
.br
-----------------------------------------------------------
.br
12345 debug pwd david R 30 0.98 dev[9-12]
.br
12346 debug pwd david PD NOT_SET 0.00
.ec
.eo
Print information only about job step 65552.1:
.br
# squeue --steps 65552.1
.br
STEPID PARTITION USER START_TIME NODES
.br
-----------------------------------------------------------
.br
65552.1 debug alice 10/14-11:02 dev[1-4]
.ec
.SH "COPYING"
Copyright (C) 2002 The Regents of the University of California.
Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER).
...
...
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