1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 22:22:18 +02:00
tldr/pages/linux/sacctmgr.md
2020-10-14 23:16:46 +01:00

20 lines
480 B
Markdown

# 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}}`
- Show details of user/association/cluster/account:
`sacctmgr show {{user/association/cluster/account}}`