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

Minor corrections to sacct man page examples

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