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

Merge branch 'slurm-2.2'

parents 3eddb3b4 f0eb168b
No related branches found
No related tags found
No related merge requests found
......@@ -1142,7 +1142,7 @@ This example shows the same job accounting information with the
.nf
.ft 3
# sacct \-\-brief
Jobid Status ExitCode
Jobid State ExitCode
\-\-\-\-\-\-\-\-\-\- \-\-\-\-\-\-\-\-\-\- \-\-\-\-\-\-\-\-
2 RUNNING 0
3 RUNNING 0
......@@ -1179,8 +1179,8 @@ on the command line.
.PP
.nf
.ft 3
# sacct \-\-format=jobid,ncpus,ntasks,nsignals,status
Jobid Elapsed Ncpus Ntasks Status
# sacct \-\-format=jobid,elapsed,ncpus,ntasks,state
Jobid Elapsed Ncpus Ntasks State
\-\-\-\-\-\-\-\-\-\- \-\-\-\-\-\-\-\-\-\- \-\-\-\-\-\-\-\-\-\- \-\-\-\-\-\-\-\- \-\-\-\-\-\-\-\-\-\-
3 00:01:30 2 1 COMPLETED
3.0 00:01:30 2 1 COMPLETED
......
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