Skip to content
Snippets Groups Projects
Commit 56189e08 authored by Moe Jette's avatar Moe Jette
Browse files

Report new squeue TIME_USED output format, days:hours:minutes:seconds.

parent 111b96c1
No related branches found
No related tags found
No related merge requests found
...@@ -67,7 +67,8 @@ if not yet established or "UNLIMITED" for no limit. ...@@ -67,7 +67,8 @@ if not yet established or "UNLIMITED" for no limit.
.br .br
\fB%m\fR Minimum size of memory (in MB) requested by the job \fB%m\fR Minimum size of memory (in MB) requested by the job
.br .br
\fB%M\fR Time used by the job in hours:minutes \fB%M\fR Time used by the job in days:hours:minutes:seconds.
The days and hours are printed only as needed.
.br .br
\fB%n\fR List of node names explicitly requested by the job \fB%n\fR List of node names explicitly requested by the job
.br .br
...@@ -159,9 +160,9 @@ Print the job steps in the debug partition sorted by user: ...@@ -159,9 +160,9 @@ Print the job steps in the debug partition sorted by user:
.br .br
65552.1 debug alice 0:23 dev[1-4] 65552.1 debug alice 0:23 dev[1-4]
.br .br
65562.2 debug bob 0.18 dev22 65562.2 debug bob 0:18 dev22
.br .br
65550.1 debug candice 143:21 dev[6-12] 65550.1 debug candice 1:43:21 dev[6-12]
.ec .ec
.eo .eo
...@@ -175,7 +176,7 @@ Print information only about jobs 12345 and 12346: ...@@ -175,7 +176,7 @@ Print information only about jobs 12345 and 12346:
.br .br
12345 debug pwd david R 0:21 4 dev[9-12] 12345 debug pwd david R 0:21 4 dev[9-12]
.br .br
12346 debug pwd david PD 0 0 12346 debug pwd david PD 0:00 0
.ec .ec
.eo .eo
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment