<div dir="ltr">thanks a lot you all, I&#39;m working on that already : )<br><br><div class="gmail_quote">2008/9/22 Ralph Butler <span dir="ltr">&lt;<a href="mailto:rbutler@mtsu.edu">rbutler@mtsu.edu</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Below is a quick demo of how to do such things.<br>
<br>
First, show 3 machines in the mpd ring:<br>
<br>
(bp400:70)% mpdtrace<br>
bp400<br>
bp403<br>
bp401<br>
<br>
<br>
Now show that by default 3 processes will run on all the machines:<br>
<br>
(bp400:71)% mpiexec -l -n 3 hostname<br>
0: bp400<br>
1: bp403<br>
2: bp401<br>
<br>
<br>
Now use the -1 (minus 1) arg to cause the first process to locate on the second host. &nbsp;Of course<br>
the last one comes back to the first host, which may still be undesirable:<br>
<br>
(bp400:72)% mpiexec -l -1 -n 3 hostname<br>
2: bp400<br>
0: bp403<br>
1: bp401<br>
<br>
<br>
Now, create a machine file (named mf) and prepare to use it. &nbsp;It will map ranks to hosts.<br>
(bp400:74)% vi mf<br>
(bp400:75)% cat mf<br>
bp401<br>
bp403<br>
bp401<br>
<br>
Now use that machinefile to run the procs on hosts other than bp400.<br>
(bp400:76)% mpiexec -l -machinefile mf -n 3 hostname<br>
0: bp401<br>
1: bp403<br>
2: bp401<br>
<br>
<br>
There are other ways to accomplish this as well using other options documented in the user guide.<br><font color="#888888">
<br>
--ralph</font><div><div></div><div class="Wj3C7c"><br>
<br>
<br>
On MonSep 22, at Mon Sep 22 7:36AM, Ariovaldo de Souza Junior wrote:<br>
<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I would like to know if is that possible to run the processes just in the nodes, leting the master node free for other tasks. For example, I have a small cluster with 9 core 2 quad, I would like to run the calculations just in 8 computers. I have tried editing the mpd.hosts commenting the line that points the name of the master node but it was useless, it started anyway. Does anyone have a ligh to sheed over this issue?<br>

<br>
Thanks from now,<br>
<br>
Ariovaldo de Souza Junior<br>
Federal University of Amazonas<br>
<br>
</blockquote>
<br>
</div></div></blockquote></div><br></div>