LinuxCommandLibrary

sacctmgr

View, setup, and manage Slurm accounts.

TLDR

Show current configuration

$ sacctmgr show configuration
copy


Add a cluster to the slurm database
$ sacctmgr add cluster [cluster_name]
copy


Add an account to the slurm database
$ sacctmgr add account [account_name] cluster=[cluster_of_account]
copy


Show details of user/association/cluster/account using a specific format
$ sacctmgr show [user|association|cluster|account] format="Account%10" format="GrpTRES%30"
copy

Copied to clipboard