Hello, I have a new 17.02.2 slurm environment with only one partition and now have the following requirement that I need to implement:
-- Create a new partition (partition2) with 2 nodes. This new partition should be restricted, i.e. users cannot submit to it unless they are authorized. The two groups of users, each of whom should be authorized, are: group1: SA users: user1, user2 group2: CIG users: user3, user4, user5 Each group should be allowed no more than 8 gres/gpus at a time. The limit should be at the group level, not individual user. These users should not be able to submit jobs to the first partition (partition1). This is our first original partition on this cluster. Also, please allow super users (userX, userY, userZ) to submit jobs to this partition without limits, for engineering/troubleshooting purposes. -- I am sure this is doable via associations in slurmdbd but was wondering if that is the correct place to start. We have only implemented simple accounts with slurmbdb so wanted to make sure I do this the right way and would appreciate any help with this. Thanks!
