diff --git a/README.md b/README.md index 0f78d20949c04c586d302b558c717d6058fd7c85..ae5c13afd72b4edb4bd43ef18b624cbaf00b0cb6 100644 --- a/README.md +++ b/README.md @@ -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 ```