After i typed
sudo apt-get install mpich2
The mpich was installed but the first problem is that I dont know where the files were installed. On the other hand when I wrote
mpirun -np 3 ./hello.o
it gives me:
mpiexec_hani-laptop: cannot connect to local mpd (/tmp/mpd2.console_hani); possible causes:
1. no mpd is running on this host
2. an mpd is running but was started without a "console" (-n option)
In case 1, you can start an mpd on this host with:
mpd &
and you will be able to run jobs just on this host.
For more details on starting mpds on a set of hosts, see
the MPICH2 Installation Guide.
Can any one help.