- 論壇徽章:
- 0
|
mpi已經(jīng)安裝完:運(yùn)行如下
[ice@icebergs ~]$ mpd &
[1] 7478
[ice@icebergs ~]$ mpdtrace
icebergs
[ice@icebergs ~]$ mpdboot
/home/ice/mpich2-install/bin/mpdboot:56: DeprecationWarning: The popen2 module is deprecated. Use the subprocess module.
from popen2 import Popen4, Popen3, popen2
mpdboot_icebergs (handle_mpd_output 393): failed to handshake with mpd on icebergs; recvd output={}
[1]+ Done mpd
使用調(diào)試狀態(tài)運(yùn)行,出現(xiàn)如下結(jié)果:
[ice@icebergs ~]$ mpdboot --chkup -s -v
/home/ice/mpich2-install/bin/mpdboot:56: DeprecationWarning: The popen2 module is deprecated. Use the subprocess module.
from popen2 import Popen4, Popen3, popen2
there are 1 hosts up (counting local)
running mpdallexit on icebergs
LAUNCHED mpd on icebergs via
mpdboot_icebergs (handle_mpd_output 393): failed to handshake with mpd on icebergs; recvd output={}
使用mpdcheck -s和mpdcheck -c * *調(diào)試單節(jié)點(diǎn)也沒問題,.mpd.conf文件也配置正確,ssh本機(jī)無密碼也可以。
PS:我測(cè)試的是本機(jī)單節(jié)點(diǎn),我的hostname是icebergs。 |
|