入力した後
sudo apt-get install mpich2
mpich はインストールされましたが、最初の問題は、ファイルがどこにインストールされたかわからないことです。一方、私が書いたとき
mpirun -np 3 ./hello.o
それは私に与えます:
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.
誰でも助けることができますか?