Enable sacct
Slurm command
#14
Labels
feature
New feature or enhancement
investigation
Further information is required
wontfix
This will not be worked on
sacct
can be used to inspect job information of finished job. It currently fails withSlurm accounting storage is disabled
It's possible that the only way to do this is to have Slurm connect to MySQL DB which we probably want to avoid, see
https://slurm.schedmd.com/slurm.conf.html#OPT_AccountingStorageType
squeue
only retains info on finished job for a very short period of time. Here's a useful command thoughsqueue --states=all --Format=JobID,NumTasks,NumCPUs,Name,State,Reason
See also:
https://slurm.schedmd.com/squeue.html
https://slurm.schedmd.com/sacct.html
The text was updated successfully, but these errors were encountered: