Hi, Tina,
Are you able to confirm whether or not you can view the limit for the user
in scontrol as well?
David
On Tue, Sep 17, 2019 at 4:42 PM Tina Fora wrote:
>
> # sacctmgr modify user lif6 set maxjobs=100
>
> # sacctmgr list assoc user=lif6 format=user,maxjobs,maxsubmit,maxtresmins
> U
Dear Tina,
probably a stupid question, but is there any other MaxJobs limit
defined somewhere else above the user association in resource limit
hierarchy?
For example, if MaxJobs=1 in the partition/job QOS and MaxJob=100
in the user association, the QOS limit takes precedence over the
user
# sacctmgr modify user lif6 set maxjobs=100
# sacctmgr list assoc user=lif6 format=user,maxjobs,maxsubmit,maxtresmins
User MaxJobs MaxSubmit MaxTRESMins
-- --- - -
lif6 100
> Hi, Tina,
>
> Could you send the command you ran?
>
> David
>
> On Tue, S
Hi, Tina,
Could you send the command you ran?
David
On Tue, Sep 17, 2019 at 2:06 PM Tina Fora wrote:
> Hello Slurm user,
>
> We have 'AccountingStorageEnforce=limits,qos' set in our slurm.conf. I've
> added maxjobs=100 for a particular user causing havoc on our shared
> storage. This setting i
Hello Slurm user,
We have 'AccountingStorageEnforce=limits,qos' set in our slurm.conf. I've
added maxjobs=100 for a particular user causing havoc on our shared
storage. This setting is still not being enforced and the user is able to
launch 1000s of jobs.
I also ran 'scontrol reconfig' and even r