Hi,

I've noticed a problem with setting default account in slurm.
I'm creating account database with my own script, and then loading
everythink with:
sacctmgr load clean file=./cluster.cfg


The listing describing the problem is:

[plgstolarek@hpc ~]$ sacctmgr -p  show user plgstolarek
User|Def Acct|Admin|
plgstolarek|plgstolarek2013b|None|
[plgstolarek@hpc ~]$ srun --pty -p plgrid bash -l
[plgstolarek@wn1006 ~]$ scontrol show job $SLURM_JOB_ID | grep -i account
   Priority=257 Account=meepfdtd QOS=normal


[plgstolarek@wn1006 ~]$ sacctmgr -p  show association where account=meepfdtd
Cluster|Account|User|Partition|Share|GrpJobs|GrpNodes|GrpCPUs|GrpMem|GrpSubmit|GrpWall|GrpCPUMins|MaxJobs|MaxNodes|MaxCPUs|MaxSubmit|MaxWall|MaxCPUMins|QOS|Def
QOS|
hydra|meepfdtd|||1||||||||||||||normal||
hydra|meepfdtd|plgstolarek||1||||||||||||||normal||


cheers,
marcin

Reply via email to