On Wed, Nov 19, 2008 at 09:12:47AM -0800, Jay Srinivasan wrote:
> Hi,
> 
> I'm trying to use the RM extensions with Maui 3.2.6p20 and Torque 2.3.0. 
>  My default setting in Maui for node allocation parameters is as follows:
> 
> NODEACCESSPOLICY        SINGLEJOB
> NODEAVAILABILITYPOLICY  DEDICATED
> NODEALLOCATIONPOLICY    MINRESOURCE
> 
> But, I'd like to submit a job to a serial queue that allows for SHARED 
> node access, and so I submit a job as follows:
> 
> qsub -Wx=NACCESSPOLICY:SHARED serial.job
> 
> where I request -lnodes=1:ppn=1

I haven't used Maui in many years, but with Moab I would do this with:

qsub -lnodes=1:ppn=1,naccesspolicy=shared

Perhaps Maui was changed to accept similar syntax?

HTH,

Gabe
-- 
Gabe Turner                                             [EMAIL PROTECTED]
UNIX System Administrator,
University of Minnesota
Supercomputing Institute                          http://www.msi.umn.edu
_______________________________________________
mauiusers mailing list
[email protected]
http://www.supercluster.org/mailman/listinfo/mauiusers

Reply via email to