Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable sacct Slurm command #14

Open
danielhollas opened this issue Oct 6, 2022 · 0 comments
Open

Enable sacct Slurm command #14

danielhollas opened this issue Oct 6, 2022 · 0 comments
Labels
feature New feature or enhancement investigation Further information is required wontfix This will not be worked on

Comments

@danielhollas
Copy link
Member

danielhollas commented Oct 6, 2022

sacct can be used to inspect job information of finished job. It currently fails with

Slurm 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 though

squeue --states=all  --Format=JobID,NumTasks,NumCPUs,Name,State,Reason

See also:

https://slurm.schedmd.com/squeue.html
https://slurm.schedmd.com/sacct.html

@danielhollas danielhollas added the feature New feature or enhancement label Oct 6, 2022
@danielhollas danielhollas added investigation Further information is required wontfix This will not be worked on labels Nov 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or enhancement investigation Further information is required wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant