The syntax

MAXNODEPERUSER=<LIMIT>

was for pre-final (3.2?) versions of Maui; the next format

CLASSCFG[batch] MAXNODE[USER]=1

was, I believe, better supported under 3.3.1.  If the above does not work,
or has unexpected effects, you may also want to consider something like

USERCFG[DEFAULT] MAXNODE[CLASS:batch]=1

I don't have a reference system any more, but these are nearly identical;
if I recall correctly, however, if a user has a job in the "interactive"
queue and submits another job to the "batch" queue then the first job will
block the second job from running, where the second line will allow a
second job to run if it is the first in the batch queue.

Make sense?

Phil


On Wed, Jan 22, 2014 at 6:12 PM, jupiter <[email protected]> wrote:

> Hi,
>
> I am running maui version 3.3.1. I'd like to set maximum node per user
> in a queue, but not clear what are differences for following set up:
>
> MAXJOBPERUSER=<LIMIT>
>
> MAXNODEPERUSER=<LIMIT>
>
> Or if I set following for batch queue, will it limit one node per user?
>
> CLASSCFG[batch] MAXNODE[USER]=1
>
> Thank you.
>
> Kind regards,
>
> jupiter
> _______________________________________________
> mauiusers mailing list
> [email protected]
> http://www.supercluster.org/mailman/listinfo/mauiusers
>
_______________________________________________
mauiusers mailing list
[email protected]
http://www.supercluster.org/mailman/listinfo/mauiusers

Reply via email to