Hi all,
I've finally configured a qos on partition in the slurm.conf(*), and then with the sacctmgr(**), I try to configure different values for the max running job per user, or the max running jobs (for all users ?), but it doesn’t seem to be possible to have different values; could someone confirm?
Thanks in advance,
Christine
(*)
PartitionName=lsmgui AllowGroups=xxx Nodes=xxxx QOS=lsmgui MaxTime=INFINITE State=UP
(**)
# sacctmgr modify qos lsmgui set MaxJobs=2
# sacctmgr modify qos lsmgui set MaxJobsPU=1
# sacctmgr show qos lsmgui format=MaxJobs,MaxJobsPU
MaxJobs MaxJobsPU
------- ---------
1 1
# sacctmgr modify qos lsmgui set MaxJobs=2
# sacctmgr show qos lsmgui format=MaxJobs,MaxJobsPU
MaxJobs MaxJobsPU
------- ---------
2 2
-----Message d'origine-----
De : slurm-users <slurm-use...@lists.schedmd.com> De la part de LEROY Christine 208562
Envoyé : mardi 9 mars 2021 11:11
À : Slurm User Community List <slurm...@lists.schedmd.com>
Objet : [PROVENANCE INTERNET] [slurm-users] qos on partition