Hi,

as a simple solution, you may try configure the default settings in torque 
(not maui) with something like

        resources_default.nodes = slow
or      resources_default.nodes = 1:slow

either at queue level or even for the server as a whole. These can be 
overriden by qsub options (in contrast to settings of "neednodes", which
are mandatory for the users).
I haven't tried this with node properties so far, but I know that
"resources_default.nodes = 1:ppn=4" provides a default allocation which
can be changed by explicit user commands.

Regards,
Burkhard Bunk.
----------------------------------------------------------------------
  [email protected]      Physics Institute, Humboldt University
  fax:    ++49-30 2093 7628     Newtonstr. 15
  phone:  ++49-30 2093 7980     12489 Berlin, Germany
----------------------------------------------------------------------

On Sun, 7 Oct 2012, Suraj Prabhakaran wrote:

> Dear all,
>
> Is there a way to tell maui not to allocate certain "type" of nodes unless 
> and until it has been asked for?
>
> For example, I have four nodes
>
> node1 np=4 slow
> node2 np=4 slow
> node3 np=4 fast
> node4 np=4 fast
>
> Here, I would like to have maui allocate only the "slow" nodes by default. If 
> the slow nodes are not available and a new job with a simple request "-l 
> nodes=1" comes up, it should be queued rather than having a fast node 
> allocated for it. However, of course if the "fast" job is explicitly asked 
> for, then it can be scheduled. That is "-l nodes=1:fast"  should be accepted 
> and allocated one of the free fast nodes.
>
> Is there a way to do this?
>
> Thanks,
> Suraj
> _______________________________________________
> torqueusers mailing list
> [email protected]
> http://www.supercluster.org/mailman/listinfo/torqueusers
>
_______________________________________________
mauiusers mailing list
[email protected]
http://www.supercluster.org/mailman/listinfo/mauiusers

Reply via email to