sacctmgr
View, setup, and manage Slurm accounts. More information: <https://slurm.schedmd.com/sacctmgr.html>.
Install
- All systems
-
curl cmd.cat/sacctmgr.sh
- Debian
-
apt-get install slurm-client
- Ubuntu
-
apt-get install slurm-client
- Kali Linux
-
apt-get install slurm-client
- Fedora
-
dnf install slurm
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install slurm-client
- OS X
-
brew install slurm
- Raspbian
-
apt-get install slurm-client
- Dockerfile
- dockerfile.run/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 using a specific format:
sacctmgr show user|association|cluster|account format="Account%10" format="GrpTRES%30"
© tl;dr; authors and contributors