MPICH的安装问题
我用的是redhat9,我要装的是MPICH1.2.5,我下了压缩包,解压以后进解压后的目录,按如下步骤安装:
./configure --with-device=ch_p4mpd --prefix=/usr/local/mpich-1.2.5
make
make testing
出来的是这样的结果:
(cd examples/test && make --no-print-directory testing)
(cd pt2pt ; ./runtests -check )
Failed to run simple program!
Output from run attempt was
*** Testing Unexpected messages ***
[mpdcon]: mpirun for the ch_p4mpd device, and other mpd commands,
[mpdcon]: require an mpd to be running on the local machine
[mpdcon]: See the Installation and User Guides for how to start mpd's
[mpdcon] local_connect failed to connect to an mpd: : -1 | strerror: No such file or directory: No such file or directory
*** Testing Unexpected messages ***
mpirun program was /home/yjh/mpich-1.2.5/bin/mpirun
mpirun command was
/home/yjh/mpich-1.2.5/bin/mpirun -np 2 ./third </dev/null >>third.out 2>&1
make[1]: *** [runtest] Error 1
make: *** [testing] Error 2
麻烦大虾们帮我看看,不胜感激。
问题点数:0、回复次数:1Top
1 楼CoolQ()回复于 2003-11-02 10:55:39 得分 0
上边的提示,不是写得很清楚么?
(cd pt2pt ; ./runtests -check )
Failed to run simple program!
Top




