Obtaining details for finished jobs

From HPC users
Revision as of 14:00, 23 February 2017 by Fajen (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Obtaining details for finished and running jobs

to obtain information on a Job you could use

sacct -j <job-id> -X --format=JobID,JobName,State,Elapsed

or

sacct -u <user name> -X --format=JobID,JobName,State,Elapsed

to filter this list to get only jobs that are failed you can use

sacct -u <user name> -X -s f --format=JobID,JobName,Elapsed