2020-10-14 23:16:46 +01:00
|
|
|
# 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 18:12:15 +01:00
|
|
|
- Show details of user/association/cluster/account using a specific format:
|
2020-10-14 23:16:46 +01:00
|
|
|
|
2022-07-11 01:05:01 +01:00
|
|
|
`sacctmgr show {{user|association|cluster|account}} format="Account%10" format="GrpTRES%30"`
|