The management of slurm accounts can be delegated to computing coordinators. This is useful for changing which users can run jobs against slurm accounts. It can also be used withn an account to impose or remove user contraints. These commands should be run from an ifarm machine.
Examples using username "alice" and account "hallx"
Adding a user to an account |
$ sacctmgr -i create user alice Account=hallx |
Removing a user from an account |
$ sacctmgr -i delete user alice Account=hallx |
show account coordinators |
$ sacctmgr show account withcoordinator |
show account members | $ sacctmgr list assoc account=eic |