<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'><div dir='ltr'>
<div><div dir="ltr"><p class="ecxMsoNormal"><span class="ecxapple-style-span"><span lang="EN-GB" style="font-size:11.5pt">Hi
Pavan</span></span><span lang="EN-GB"></span></p>

<p class="ecxMsoNormal"><span lang="EN-GB" style="font-size:11.5pt">&nbsp;</span></p>

<p class="ecxMsoNormal"><span lang="EN-GB" style="font-size:11.5pt">I thought I answered your email,...
anyway, I'm doing to much things at the same time ;-)</span></p>

<p class="ecxMsoNormal"><span lang="EN-GB" style="font-size:11.5pt">&nbsp;</span></p>

<p class="ecxMsoNormal"><span lang="EN-GB" style="font-size:11.5pt">Yes, all machines can communicate to each
others.</span></p>

<p class="ecxMsoNormal"><span lang="EN-GB" style="font-size:11.5pt">&nbsp;</span></p>

<p class="ecxMsoNormal"><span lang="EN-GB" style="font-size:11.5pt">Attached, you have the output of the
commands "configure", "make" and "make install"
for users "mpi" and "root".</span></p>

<p class="ecxMsoNormal"><span lang="EN-GB" style="font-size:11.5pt">&nbsp;</span></p>

<p class="ecxMsoNormal"><span lang="EN-GB" style="font-size:11.5pt">I sent to your personal email "</span><span class="ecxapple-style-span"><span lang="EN-GB" style="font-size:10.5pt;font-family:&quot;Segoe UI&quot;;color:#2A2A2A;background:#F3F7FD">balaji@mcs.anl.gov"</span></span><span lang="EN-GB" style="font-size:11.5pt">&nbsp;one document with the configuration I am using. Maybe you can find
the thing I am doing wrong.</span></p>

<p class="ecxMsoNormal"><span lang="EN-GB" style="font-size:11.5pt">&nbsp;</span></p>

<p class="ecxMsoNormal"><span lang="EN-GB" style="font-size:11.5pt">Thanks for your time</span></p>

<p class="ecxMsoNormal"><span lang="EN-GB" style="font-size:11.5pt">Miguel Angel</span></p>

<p class="ecxMsoNormal"><span lang="EN-GB">&nbsp;</span></p>

<p class="ecxMsoNormal"><span lang="EN-GB">&nbsp;</span></p><div><br></div><div><br><div>&gt; Date: Thu, 3 Nov 2011 18:40:24 -0500<br>&gt; From: balaji@mcs.anl.gov<br>&gt; To: mpich-discuss@mcs.anl.gov<br>&gt; CC: mafga74@hotmail.com<br>&gt; Subject: Re: [mpich-discuss] MPID_nem_tcp_connpoll(1826): Communication error with rank 0: Connection refused<br>&gt; <br>&gt; Hi,<br>&gt; <br>&gt; You never responded to the previous email I sent:<br>&gt; <br>&gt; Is every machine able to connect to every other machine (not just mpi0<br>&gt; to every other machine)?<br>&gt; <br>&gt; Btw, Hydra doesn't need any additional password like mpd, but you need <br>&gt; to make sure that you can ssh to every machine and that every machine <br>&gt; can connect to every other machine.<br>&gt; <br>&gt;   -- Pavan<br>&gt; <br>&gt; On 11/03/2011 02:53 AM, Miguel Angel Fernández wrote:<br>&gt; &gt; Hello again<br>&gt; &gt;<br>&gt; &gt; I'm still trying to fix the problem I told you days ago.<br>&gt; &gt; I configured all cluster machines for executing mpiexec as root on any<br>&gt; &gt; cases and the problem is the same.<br>&gt; &gt; Is it necesary to configure a password for hydra as I had to do for mpd?<br>&gt; &gt;<br>&gt; &gt; Thank you in advance<br>&gt; &gt; Miguel Ángel<br>&gt; &gt;<br>&gt; &gt;  &gt; From: thakur@mcs.anl.gov<br>&gt; &gt;  &gt; Date: Sat, 22 Oct 2011 15:30:26 -0500<br>&gt; &gt;  &gt; To: mpich-discuss@mcs.anl.gov<br>&gt; &gt;  &gt; Subject: Re: [mpich-discuss] MPID_nem_tcp_connpoll(1826):<br>&gt; &gt; Communication error with rank 0: Connection refused<br>&gt; &gt;  &gt;<br>&gt; &gt;  &gt; Make sure the 5 machines can communicate with each other, i.e., there<br>&gt; &gt; is no firewall preventing connections.<br>&gt; &gt;  &gt;<br>&gt; &gt;  &gt; Rajeev<br>&gt; &gt;  &gt;<br>&gt; &gt;  &gt; On Oct 22, 2011, at 12:36 PM, Miguel Angel Fernández wrote:<br>&gt; &gt;  &gt;<br>&gt; &gt;  &gt; &gt; Hello everybody<br>&gt; &gt;  &gt; &gt;<br>&gt; &gt;  &gt; &gt; I'm trying to fix a problem that appear when I execute one of the<br>&gt; &gt; mpich2 program examples.<br>&gt; &gt;  &gt; &gt; As you can see, if I execute a normal command there are no<br>&gt; &gt; problems. The cluster work properly.<br>&gt; &gt;  &gt; &gt;<br>&gt; &gt;  &gt; &gt; mpi@mpi0:~$ mpiexec -f ./mpich2-install/machinefile -n 5 hostname<br>&gt; &gt;  &gt; &gt; mpi0<br>&gt; &gt;  &gt; &gt; mpi2<br>&gt; &gt;  &gt; &gt; mpi3<br>&gt; &gt;  &gt; &gt; mpi1<br>&gt; &gt;  &gt; &gt; mpi4<br>&gt; &gt;  &gt; &gt; mpi@mpi0:~$<br>&gt; &gt;  &gt; &gt;<br>&gt; &gt;  &gt; &gt; but when I try to execute the program, the results are something<br>&gt; &gt; like this<br>&gt; &gt;  &gt; &gt;<br>&gt; &gt;  &gt; &gt; mpi@mpi0:~$ mpiexec -f ./mpich2-install/machinefile -n 5<br>&gt; &gt; /home/mpi/mpich2-install/workspace/Prueba/Debug/Prueba<br>&gt; &gt;  &gt; &gt; Hello MPI World the original.<br>&gt; &gt;  &gt; &gt; Hello MPI World the original.<br>&gt; &gt;  &gt; &gt; Hello MPI World the original.<br>&gt; &gt;  &gt; &gt; Hello MPI World the original.<br>&gt; &gt;  &gt; &gt; Hello MPI World the original.<br>&gt; &gt;  &gt; &gt; From process 0: Num processes: 5<br>&gt; &gt;  &gt; &gt; Fatal error in MPI_Send: Other MPI error, error stack:<br>&gt; &gt;  &gt; &gt; MPI_Send(173)..............: MPI_Send(buf=0xbfcbe268, count=26,<br>&gt; &gt; MPI_CHAR, dest=0, tag=0, MPI_COMM_WORLD) failed<br>&gt; &gt;  &gt; &gt; MPID_nem_tcp_connpoll(1826): Communication error with rank 0:<br>&gt; &gt; Connection refused<br>&gt; &gt;  &gt; &gt; Fatal error in MPI_Send: Other MPI error, error stack:<br>&gt; &gt;  &gt; &gt; MPI_Send(173)..............: MPI_Send(buf=0xbfb32ca8, count=26,<br>&gt; &gt; MPI_CHAR, dest=0, tag=0, MPI_COMM_WORLD) failed<br>&gt; &gt;  &gt; &gt; MPID_nem_tcp_connpoll(1826): Communication error with rank 0:<br>&gt; &gt; Connection refused<br>&gt; &gt;  &gt; &gt; Fatal error in MPI_Send: Other MPI error, error stack:<br>&gt; &gt;  &gt; &gt; MPI_Send(173)..............: MPI_Send(buf=0xbfa49e98, count=26,<br>&gt; &gt; MPI_CHAR, dest=0, tag=0, MPI_COMM_WORLD) failed<br>&gt; &gt;  &gt; &gt; MPID_nem_tcp_connpoll(1826): Communication error with rank 0:<br>&gt; &gt; Connection refused<br>&gt; &gt;  &gt; &gt; Fatal error in MPI_Send: Other MPI error, error stack:<br>&gt; &gt;  &gt; &gt; MPI_Send(173)..............: MPI_Send(buf=0xbfa57538, count=26,<br>&gt; &gt; MPI_CHAR, dest=0, tag=0, MPI_COMM_WORLD) failed<br>&gt; &gt;  &gt; &gt; MPID_nem_tcp_connpoll(1826): Communication error with rank 0:<br>&gt; &gt; Connection refused<br>&gt; &gt;  &gt; &gt;<br>&gt; &gt;  &gt; &gt; Do you have any idea what can be the problem?<br>&gt; &gt;  &gt; &gt;<br>&gt; &gt;  &gt; &gt; Thank you in advance<br>&gt; &gt;  &gt; &gt; Miguel Angel<br>&gt; &gt;  &gt; &gt;<br>&gt; &gt;  &gt; &gt; _______________________________________________<br>&gt; &gt;  &gt; &gt; mpich-discuss mailing list mpich-discuss@mcs.anl.gov<br>&gt; &gt;  &gt; &gt; To manage subscription options or unsubscribe:<br>&gt; &gt;  &gt; &gt; https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss<br>&gt; &gt;  &gt;<br>&gt; &gt;  &gt; _______________________________________________<br>&gt; &gt;  &gt; mpich-discuss mailing list mpich-discuss@mcs.anl.gov<br>&gt; &gt;  &gt; To manage subscription options or unsubscribe:<br>&gt; &gt;  &gt; https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; _______________________________________________<br>&gt; &gt; mpich-discuss mailing list     mpich-discuss@mcs.anl.gov<br>&gt; &gt; To manage subscription options or unsubscribe:<br>&gt; &gt; https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss<br>&gt; <br>&gt; -- <br>&gt; Pavan Balaji<br>&gt; http://www.mcs.anl.gov/~balaji<br></div></div>                                               </div></div>                                               </div></body>
</html>