<div dir="ltr"><div><div><div>Hello all.<br><br></div>I installed MPICH-3.0.4 today and I think I went through without any bugging issues. (Last time it was horrible...)<br><br></div>Problem is that when I run "cpi" to check if mpiexec is running correctly, the following message appears on the screen.<br>
<br>===================================================================<br>simba@asterix:/opt/mpich/mpich-3.0.4-build/examples$ mpiexec -np 4 ./cpi<br>mpiexec_asterix: cannot connect to local mpd (/tmp/mpd2.console_simba); possible causes:<br>
  1. no mpd is running on this host<br>  2. an mpd is running but was started without a "console" (-n option)<br>simba@asterix:/opt/mpich/mpich-3.0.4-build/examples$<br>===================================================================<br>
<br></div>So I did what the error message said and it looks like working fine.<br><br><div>===================================================================<br>simba@asterix:/opt/mpich/mpich-3.0.4-build/examples$ mpd &<br>
[1] 7749<br>simba@asterix:/opt/mpich/mpich-3.0.4-build/examples$ mpiexec -np 4 ./cpi<br>Process 1 of 4 is on asterix<br>Process 2 of 4 is on asterix<br>Process 0 of 4 is on asterix<br>pi is approximately 3.1415926544231279, Error is 0.0000000008333347<br>
wall clock time = 0.000070<br>Process 3 of 4 is on asterix<br>simba@asterix:/opt/mpich/mpich-3.0.4-build/examples$<br>===================================================================<br><br></div><div>My question is, do I need to run "mpd" every time before I run "mpiexec"? Is there any wise way of going around?<br>
<br></div><div>Seungbum<br></div></div>