Hello
I have a cluster with two kind of nodes (12 normal and 6 bigram) I have three groups, g1, g2 and g3 each group can use 6 nodes and can use free nodes of other groups (but calculation are killed if other groups needs their nodes) sacctmgr -i add qos name=bg priority=10 PreemptMode=Cancel sacctmgr -i add qos name=q1 priority=100 GrpNode=6 Preempt=bg sacctmgr -i add qos name=q2 priority=100 GrpNode=6 Preempt=bg sacctmgr -i add qos name=q3 priority=100 GrpNode=6 Preempt=bg sacctmgr -i add account g1 DefaultQOS=q1 QOS=q1,bg ... sacctmgr -i add account g2 DefaultQOS=q2 QOS=q2,bg ... sacctmgr -i add account g3 DefaultQOS=q3 QOS=q3,bg ... So no problem for the moment. Now I want reserve bigram nodes to q1 and I don't know how to do. I can create two partition but i don't know how to associate a partition to a QOS. And I can't link users to a partition because it would forbid g1 g2 to use free g1 nodes in the QOS bg. Is it possible to do what I want ? Thanks in advance Fabrice Boyrie
