"Luque, N.B." <[email protected]> writes:
> Dear all,
>
> I tried to set the maxnodes per user =8 in slurm but it is not working.
...
> $ sudo sacctmgr modify user nluque account=tcvu set MaxNodes=8
...
> It looks fine to me, but then...
> I then submit 9-10 works and all of them were running, so, I don’t know what
> else to do.
Are you trying to set the maximum number of nodes *per job*? In that case,
MaxNodes seem to be the right limit, as per the sacctmgr man page:
MaxNodes=<max nodes>
Maximum number of nodes each job is able to use in
this association. [...]
Are you trying to set a maximum number of nodes for all jobs? Then
GrpNodes could be what you are looking for instead?
GrpNodes=<max nodes>
Maximum number of nodes running jobs are able to be allocated in
aggregate for this association and all associations which are
children of this association. [...]
Best Regards,
/ Kent Engström, NSC