Greetings. I have a cluster with specific configuration in SGE that I am trying to replicate in slurm.
Let's say cluster is separated in 3 section Nodes A Nodes B Nodes C We are trying to set a limit in following ways. 1.) Group A has full access to 3 nodes belonging to them. (Lets call them NodesA) 2.) Group B has full access to different node belonging to them. (Let's call them NodesB) 3.) Group B-L has access to Nodes B, but only limited to 1 hours jobs. 4.) Everyone on the cluster has access to nodes C I tried to do that with partitions, but I don't think I can create group/users association with partition. Also I don't think I can create different limits for different groups related to partition. Problem is 1.) Need to control max time for job. (Would be nice to control max memory as well but that's different.) 2.) Need to make sure the limits are specific to nodes/partition - not all of the cluster. So in idea scenario i want a user belonging to A to be able to submit jobs with no limits on Nodes A and Nodes C. If the user also part of B-L, then he should be able to use NodesB but with limitations. So far the QOS limits I see don't really seem to give the combination I want. Sincerely yours Fedor Syagin
