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
8e29b5ac
Commit
8e29b5ac
authored
11 years ago
by
Morris Jette
Browse files
Options
Downloads
Patches
Plain Diff
Add -r to squeue --usage output
fix for bug 647
parent
34a883e0
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
src/squeue/opts.c
+6
-3
6 additions, 3 deletions
src/squeue/opts.c
with
6 additions
and
3 deletions
src/squeue/opts.c
+
6
−
3
View file @
8e29b5ac
...
...
@@ -1211,9 +1211,11 @@ _build_user_list( char* str )
static
void
_usage
(
void
)
{
printf
(
"\
Usage: squeue [-i seconds] [-n name] [-o format] [-p partitions]
\n
\
[-R reservation] [-S fields] [--start] [-t states]
\n
\
[-u user_name] [--usage] [-w nodes] [-ahjlsv]
\n
"
);
Usage: squeue [-A account] [--clusters names] [-i seconds] [--job jobid]
\n
\
[-n name] [-o format] [-p partitions] [--qos qos]
\n
\
[--reservation reservation] [--sort fields] [--start]
\n
\
[--step step_id] [-t states] [-u user_name] [--usage]
\n
\
[-w nodes] [-ahjlrsv]
\n
"
);
}
static
void
_help
(
void
)
...
...
@@ -1239,6 +1241,7 @@ Usage: squeue [OPTIONS]\n\
-q, --qos=qos(s) comma separated list of qos's
\n
\
to view, default is all qos's
\n
\
-R, --reservation=name reservation to view, default is all
\n
\
-r, --array display one job array element per line
\n
\
-s, --step=step(s) comma separated list of job steps
\n
\
to view, default is all
\n
\
-S, --sort=fields comma separated list of fields to sort on
\n
\
...
...
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