Hi, You can create a hostgroup, @special_nodes for instance and the specify them in queue parameter like this:
qsub ... -q *@@special_nodes ... Note that double @ sign is not a typo. If you want to submit to specific queue you can replace * by the queue name: qsub ... - q my_queue@@special_nodes ... Best regards, Mikhail Serkov Sent from my iPhone > On Mar 21, 2018, at 10:55 AM, Dimar Jaime González Soto > <[email protected]> wrote: > > Hi, I need to know how can I execute grid engine in specific hosts. I tried > the follow execution line: > > qsub -v NR_PROCESSES=60 -l > h='ubuntu-node2|ubuntu-node11|ubuntu-node12|ubuntu-node13' -b y -j y -t 1-60 > -cwd /usr/local/OMA/bin/OMA > > > but doesn't work. > > -- > Atte. > > Dimar González Soto > Ingeniero Civil en Informática > Universidad Austral de Chile > > > _______________________________________________ > users mailing list > [email protected] > https://gridengine.org/mailman/listinfo/users _______________________________________________ users mailing list [email protected] https://gridengine.org/mailman/listinfo/users
