Dear Slurm-Dev,

I noticed an oddity when creating accounts with certain options set:

root:~# for a in biology; do sacctmgr create account $a cluster=mycluster
GrpCPURunMins=10 ; done
 Adding Account(s)
  biology
 Settings
  Description     = Account Name
  Organization    = Parent/Account Name
 Associations
  A = biology    C = mycluster
 Settings
Would you like to commit changes? (You have 30 seconds to decide)
(N/y): y
root:~# sacctmgr show assoc
format=cluster,account,user,partition,GrpCPUs,GrpJobs,GrpCPURunMins
   Cluster    Account       User  Partition  GrpCPUs GrpJobs GrpCPURunMins
---------- ---------- ---------- ---------- -------- ------- -------------
 mycluster       root
 mycluster       root       root
 mycluster    biology

So, one would instead set this via sacctmgr modify account after the
account has been created..

Regards
Jeff Tan

Reply via email to