----- "Prentice Bisbal" <[EMAIL PROTECTED]> wrote:

> In  SGE you can specify resources such as mem >= 32 GB
> for a node, or arch=AMD64. You can't do this with Torque?

Yes you can, though you specify what the jobs requires
rather than the properties of the node you want.

So you could do:

qsub -l arch=amd64 -l pmem=4gb -l nodes=36 ./pbs-script

pmem says that each of the 36 processes needs 4gb RAM.

cheers!
Chris
-- 
Christopher Samuel - (03) 9925 4751 - Systems Manager
 The Victorian Partnership for Advanced Computing
 P.O. Box 201, Carlton South, VIC 3053, Australia
VPAC is a not-for-profit Registered Research Agency
_______________________________________________
Beowulf mailing list, Beowulf@beowulf.org
To change your subscription (digest mode or unsubscribe) visit 
http://www.beowulf.org/mailman/listinfo/beowulf

Reply via email to