The management of SLURM accounts has been delegated to computing coordinators. This is useful for:
These commands should be run from an ifarm machine. Examples using username "alice" and account "hallx" are listed below:
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 |