Hi Victor, You can use acl_hosts. In qmgr : set queue your_queue acl_hosts="special.node01,special.node02,special.node.03" while setting acl_hosts_enable to false These will enable queue to node mapping, see: http://www.clusterresources.com/products/mwm/docs/12.1nodelocation.shtml#open
another option you have, which I prefer, is to set a special property to the nodes that are special. Again, using qmgr: set node special.node01 properties = special . . . set node special.nodeNN properties = special Once that is done, do, in qmgr: set queue special.queue resources_default.neednodes= special where special.queue is the queue you want to be used. Note that this will only work in later versions of Torque/OpenPBS (2.1.6 and later but I am not sure about this). Hope this helps. BTW, are you subscribed to the torque/PBS userlist? I guess it would be useful for you. Marc On Fri, 25 May 2007 12:00:34 -0700, beowulf-request wrote > From: "Victor Gomez" <[EMAIL PROTECTED]> > Subject: [Beowulf] Special queue PBS > To: [email protected] > Message-ID: > <[EMAIL PROTECTED]> > Content-Type: text/plain; charset="iso-8859-1" > > Hi, > > I have a little problem... > > My cluster (12 nodes) have four special nodes, > > How do you create a queue thats permits run only in the special nodes??? > > I use Torque/ PBS > > Thanks!!! > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > http://www.scyld.com/pipermail/beowulf/attachments/20070525/cbcc420e/attachment-0001.html > > ------------------------------ > > _______________________________________________ > Beowulf mailing list > [email protected] > http://www.beowulf.org/mailman/listinfo/beowulf > > End of Beowulf Digest, Vol 39, Issue 35 > *************************************** ------------------------------------------------------ Marc Noguera i Julian, PhD Tècnic de suport a la recerca Despatx C7-149. Edifici Cn. Campus UAB. Bellaterra 08193. Barcelona email: marc_at_klingon.uab.es web: http://klingon.uab.es/marc Tlf/Phone: 00 34 935812173 ------------------------------------------------------- _______________________________________________ Beowulf mailing list, [email protected] To change your subscription (digest mode or unsubscribe) visit http://www.beowulf.org/mailman/listinfo/beowulf
