<div dir="ltr">I’m trying to replicate the setup of a new account where there is a new “grouping” of accounts and a new account that will actually be used, so something like this when you run <br>sacctmgr show assoc tree<br><br>mycluster   account1.           (which is just being used to group accounts and so has no GrpTRESMins assocliated<br>mycluster        account2.      (which is used as an account for running jobs and does have GrpTRESMins associated)<br><br>I’ve tried setting it up like this<br><br>I’ve add a new project with sbank using <br><br>sbank project create -c mycluster -a mynewaccount1<br><br>Moved it to where I want it <br><br>sacctmgr modify account mynewaccount1 set parent=projects<br><br>And the created the account to sit below it <br><br>sbank project create -c mycluster -a mynewaccount2<br><br>and moved that <br><br>sacctmgr modify account mynewaccount2 set parent=mynewaccount1<br><br>Add a user <br><br>sbank project useradd -c mycluster -a mynewaccount2 -u user1<br><br>add hours to the account<br>sbank deposit -c mycluster -a mynewaccount2 -t 50000<br><br>The problem is that when the user tries to run a job from the account mynewaccount2 it gets held in the queue with the reason “AssocGrpCPUMinutesLimit”<br><br>and when I run <br>sacctmgr show assoc tree<br><br>mycluster.     mynewaccount1.                       cpu=0<br>mycluster.           Mynewaccount2.                cpu=3000000<br><br>Now I’m guessing that the problem is the cpu=0 because the account / subaccount setup by my predecessor and which works doesnt have this<br> <br>And I’ve tried getting rid of the cpu=0 by using<br><br>sacctmgr modify account mynewaccount1 set=GrpTRESMins=cpu=-1<br><br>But the command just hangs and does nothing.<br><br>I’m guessing I’ve setup mynewaccount1 incorectly?  Any help appreciated.<br><br>Thanks<br><br><br></div>