Simply put, MAXNODE doesn't work.  It's too bad that it's in the 
documentation, because the source code is nowhere close to being able to 
support it.

The best you can do today is use MAXPROC and/or MAXJOB.  You can also create 
several partitions and associate a queue (CLASS) with a partition, although 
that may reduce your overall utilization. You'll need to modify the source 
code for this, because maui effectively allows only 2 partitions in stock form.

//sj


On 01/25/2013 03:19 AM, shixing wrote:
> Hi, all:
>      Recently I have set up a cluster with 200 nodes. And this cluster is
> designed for serving several team. And I want split the nodes to some queues.
>      I have set the queue attr like this:
>      set queue team1 resources_available.nodect = 3
>
>      But when I submit a job applying nodes >3, it will also run successfully.
> The submit command is :
> /echo "sleep 100" | qsub -l nodes=4  -q team1/
>      So how can I set the max nodes for the queues?
> --
> Best wishes!
> My Friend~
>
>
> _______________________________________________
> 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