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