From: Fontaine B. <ber...@ua...> - 2008-06-27 09:50:13
|
When I run python setup.py, at the end I get an error relaled to mpdroot: Running tests: mpiexec -l -np 4 /home/Berti/Desktop/pypcsim-0.5.0/_build/bin/pcsim_test mpdroot: perror msg: Connection refused >>>> cd /home/Berti/Desktop/pypcsim-0.5.0/_build/bin >>>> mpiexec -l -np 4 /home/Berti/Desktop/pypcsim-0.5.0/_build/bin/pcsim_test mpiexec_MyPC: mpd_uncaught_except_tb handling: exceptions.KeyError: 'cmd' /usr/local/bin/mpiexec 257 mpiexec elif msg['cmd'] != 'response_get_mpdrun_values': /usr/local/bin/mpiexec 1423 ? mpiexec() BUILD PROCESS FAILED. ERROR = 256 Command: mpiexec -l -np 4 /home/Berti/Desktop/pypcsim-0.5.0/_build/bin/pcsim_test if I type mpdboot -n 1 directly after I have mpdboot_MyPC (handle_mpd_output 385): failed to handshake with mpd on MyPC; recvd output={} If I kill python2.4 /usr/local/bin/mpd.py it works but if I rerun the test, it gives the same error. |