My guess on the GrpSubmitJobs is the account you are trying to modify
isn't in the DB.
I would list your accounts and make sure it has been added.
Danny
On 01/13/12 10:37, Andreas Davour wrote:
I have done like this:
"sacctmgr modify user name=<unixaccountid> set fairshare=2 where
cluster=<mycluster>"
Prior to this I has ran: sacctmgr and found that this user (and
everyone else) had a Share value of 1. Since everyone has 1 I gather
this means he now have higher prio than everyone else? Is that
correct?
Now, I'd also like to limit some users to less jobs in queue and on
CPU. I tried this:
"sacctmgr modify account name=<slurmdb account group> where
cluster=<mycluster> set GrpSubmitJobs=100"
But, running this returned "Nothing modified". What gives?
What am I totally misunderstanding?
/andreas