Skip to content
Snippets Groups Projects
Commit d0176367 authored by Michael Blaschek's avatar Michael Blaschek :bicyclist:
Browse files

Update README.md

parent b569e0b0
No related branches found
No related tags found
No related merge requests found
......@@ -172,8 +172,15 @@ sbatch hello.job
## Information on the Job
```
# show all completed jobs
sacct -a -s cd
# show info for that job
sacct -j <JOBID>
# show more info for that job
sacct -l -j <JOBID>
# Memory Used
sacct -j <JOBID> --format=JobID,JobName,ReqMem,MaxRSS,Elapsed
```
......
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