From: Pecevski D. <de...@ig...> - 2008-06-27 07:55:40
|
Hi Fontaine, Can you run the command mpdboot -n 1 on the machine and see what happens? If this fails, then the problem is in mpich2, it looks like the mpich2 client is unable to access the server port of the process deamon. If this succeeds, then run again python setup.py install and see what happens. Can you briefly describe what kind of problems you had during installation? Maybe we can fix some of these problems in future releases, if they occurred because of the Pcsim build process. regards, Dejan P.S. Please could you subscribe and send further questions on the pcsim-users mailing list on sourceforge? http://sourceforge.net/mail/?group_id=159322 I'm forwarding this message also to the list. Fontaine Bertrand wrote: > > > Hello, > > it's me again. I tried further the installation and I'm very close to > have it completed. I run the pyhton setup.py install without problems > (after a lot of problems) and the beginning of the test runs ok until > I get an mpd error. I really think I'm almost there so any help would > be welcome. > > Thank you very much > > Bertrand Fontaine > > MyPC:/home/Berti/Desktop/pypcsim-0.5.0 # python setup.py test > running test > >>>> cd /home/Berti/Desktop/pypcsim-0.5.0/_build > >>>> cmake -D CMAKE_BUILD_TYPE:STRING=Release -D > CMAKE_INSTALL_PREFIX:PATH=/home/Berti/Desktop/pypcsim-0.5.0 -D > PYPCSIM_INSTALL_DIR:PATH=. -D PCSIM_INSTALL_DIR:PATH=. -D > EXTRA_INSTALL:STRING=NO /home/Berti/Desktop/pypcsim-0.5.0 > Build type = Release > Platform = linux-x86_64 > Make tool = /usr/bin/gmake > Make command = /usr/bin/gmake -i > Python executable : /usr/bin/python version 2.4 > Python libraries : /usr/lib64/python2.4/config > Python includes : /usr/include/python2.4 > -- Looking for doxygen... > -- Looking for doxygen... - found /usr/bin/doxygen > -- Looking for dot tool... > -- Looking for dot tool... - found /usr/bin/dot > Doxygen executable : /usr/bin/doxygen > GCCXML executable : /usr/local/bin/gccxml > Boost C++ library boost_python : > /usr/local/lib/libboost_python-gcc41-mt.so > Boost C++ library boost_thread : > /usr/local/lib/libboost_thread-gcc41-mt.so > Boost C++ library boost_date_time : > /usr/local/lib/libboost_date_time-gcc41-mt.so > Boost C++ libraries : /usr/local/lib > Boost C++ include path : /usr/local/include/boost-1_34_1 > MPICH2 library: /usr/local/lib/libmpich.so > MPICH2 include path : /usr/local/include > GNU Scientific library : /usr/local/lib/libgsl.so > CppUnit : /usr/local/lib/libcppunit.so > -- Configuring done > -- Generating done > -- Build files have been written to: > /home/Berti/Desktop/pypcsim-0.5.0/_build > >>>> cd /home/Berti/Desktop/pypcsim-0.5.0/_build > >>>> /usr/bin/gmake -j 2 rebuild_cache > Running CMake to regenerate build system... > Build type = Release > Platform = linux-x86_64 > Make tool = /usr/bin/gmake > Make command = /usr/bin/gmake -i > Python executable : /usr/bin/python version 2.4 > Python libraries : /usr/lib64/python2.4/config > Python includes : /usr/include/python2.4 > -- Looking for doxygen... > -- Looking for doxygen... - found /usr/bin/doxygen > -- Looking for dot tool... > -- Looking for dot tool... - found /usr/bin/dot > Doxygen executable : /usr/bin/doxygen > GCCXML executable : /usr/local/bin/gccxml > Boost C++ library boost_python : > /usr/local/lib/libboost_python-gcc41-mt.so > Boost C++ library boost_thread : > /usr/local/lib/libboost_thread-gcc41-mt.so > Boost C++ library boost_date_time : > /usr/local/lib/libboost_date_time-gcc41-mt.so > Boost C++ libraries : /usr/local/lib > Boost C++ include path : /usr/local/include/boost-1_34_1 > MPICH2 library: /usr/local/lib/libmpich.so > MPICH2 include path : /usr/local/include > GNU Scientific library : /usr/local/lib/libgsl.so > CppUnit : /usr/local/lib/libcppunit.so > -- Configuring done > -- Generating done > -- Build files have been written to: > /home/Berti/Desktop/pypcsim-0.5.0/_build > ******************************************* > * GENERATING PY++ WRAPPER CPP FILES * > ******************************************* > >>>> cd /home/Berti/Desktop/pypcsim-0.5.0/_build > >>>> /usr/bin/gmake -j 2 generate_code > [100%] Built target generate_python_wrapper_code > [100%] Built target generate_code > ******************************************* > BUILDING all > ******************************************* > >>>> cd /home/Berti/Desktop/pypcsim-0.5.0/_build > >>>> /usr/bin/gmake -j 2 rebuild_cache > Running CMake to regenerate build system... > Build type = Release > Platform = linux-x86_64 > Make tool = /usr/bin/gmake > Make command = /usr/bin/gmake -i > Python executable : /usr/bin/python version 2.4 > Python libraries : /usr/lib64/python2.4/config > Python includes : /usr/include/python2.4 > -- Looking for doxygen... > -- Looking for doxygen... - found /usr/bin/doxygen > -- Looking for dot tool... > -- Looking for dot tool... - found /usr/bin/dot > Doxygen executable : /usr/bin/doxygen > GCCXML executable : /usr/local/bin/gccxml > Boost C++ library boost_python : > /usr/local/lib/libboost_python-gcc41-mt.so > Boost C++ library boost_thread : > /usr/local/lib/libboost_thread-gcc41-mt.so > Boost C++ library boost_date_time : > /usr/local/lib/libboost_date_time-gcc41-mt.so > Boost C++ libraries : /usr/local/lib > Boost C++ include path : /usr/local/include/boost-1_34_1 > MPICH2 library: /usr/local/lib/libmpich.so > MPICH2 include path : /usr/local/include > GNU Scientific library : /usr/local/lib/libgsl.so > CppUnit : /usr/local/lib/libcppunit.so > -- Configuring done > -- Generating done > -- Build files have been written to: > /home/Berti/Desktop/pypcsim-0.5.0/_build > >>>> cd /home/Berti/Desktop/pypcsim-0.5.0/_build > >>>> /usr/bin/gmake -i -j 2 > [ 1%] Built target generate_python_wrapper_code > [ 30%] Built target pcsim > [ 41%] Built target pcsim_test > [100%] Built target pypcsim > test_pcsim > Running tests: mpiexec -l -np 4 > /home/Berti/Desktop/pypcsim-0.5.0/_build/bin/pcsim_test > mpdboot_MyPC (handle_mpd_output 385): failed to handshake with mpd on > MyPC; recvd output={} > > >>>> 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 > |