1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/sacctmgr.md

21 lines
544 B
Markdown
Raw Normal View History

2020-10-15 03:46:46 +05:30
# sacctmgr
> View, setup, and manage Slurm accounts.
> More information: <https://slurm.schedmd.com/sacctmgr.html>.
- Show current configuration:
`sacctmgr show configuration`
- Add a cluster to the slurm database:
`sacctmgr add cluster {{cluster_name}}`
- Add an account to the slurm database:
`sacctmgr add account {{account_name}} cluster={{cluster_of_account}}`
2022-05-04 17:12:15 +00:00
- Show details of user/association/cluster/account using a specific format:
2020-10-15 03:46:46 +05:30
2022-07-11 02:05:01 +02:00
`sacctmgr show {{user|association|cluster|account}} format="Account%10" format="GrpTRES%30"`