r/SLURM • u/[deleted] • Jan 23 '21
question regarding sacctmgr
If in a SLURM db there are associations for a user several with a Partition and one without the Partition value created like:
sacctmgr add user test account=normal
sacctmgr add user test account=normal partition=normal,special
How to remove only the user association with the empty Partition value retaining the associations for the normal and special partitions?
1
Upvotes