I asked this question just a few days ago and Pavan suggested the following which worked for me:<br><br><br>host/hosts/hostlist is a global parameter that affects all executables. Can you try this:<br>
<br>
% mpiexec -hostlist node01:5,node02:4,node03:2 -n 5 ./exec1 : -n 4 ./exec2 : -n 2 ./exec3<br>
<br><br><br><br><br><br><br><div class="gmail_quote">On Thu, Aug 19, 2010 at 5:03 PM, Rajnish <span dir="ltr">&lt;<a href="mailto:rajnish@cc.gatech.edu">rajnish@cc.gatech.edu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Hi, <br><br>Is it possible to use mpiexec.hydra to start a task on a specific node?<br><br>Something like:<br><br>mpiexec -host node1 task1<br><br>But I would like to use mpiexec.hydra to have the above effect?<br><br>Thanks in advance,<br>

- Raj.<br>
<br>_______________________________________________<br>
mpich-discuss mailing list<br>
<a href="mailto:mpich-discuss@mcs.anl.gov">mpich-discuss@mcs.anl.gov</a><br>
<a href="https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss" target="_blank">https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss</a><br>
<br></blockquote></div><br>