I am trying to setup slurm and our original moab configuration had QOS MAXJOB[USER] set to x. I am trying to find an equivalent parameter in slurm and I can't seem to find one because we have setup 5 QOS for this one partition instead of 5 different queues. Or should I use 5 partitions and 1 QOS with the limits I need here?
i.e. MOAB settings: QOSCFG[cluster_qos] MAXJOB[USER]=32 MAXNODES[USER]=8 CLASSCFG[cluster_queue1] QDEF=cluster_qos MAX.NODE=8 CLASSCFG[cluster_queue2] QDEF=cluster_qos MAX.NODE=4 and so on SLURM settings: slurm.conf Partition[cluster_partition] NodeName=xxxxx. Priority=100 slurm database: QOS defined small maxnode=8, maxwall=2days medium maxcpus=128,maxwall=1 day large maxcpus=256.maxwall=3 days I want for these 3 qos's to have a global limit of no more than 256 processors running/user accumulatively. Thanks Jackie
