Re: [OMPI users] Need some help to track problem using openmpi

2015-10-02 Thread Ralph Castain
You can also get info specifically on the openib params by: ompi_info —param btl openib —level 9 Your error indicates that udcm may not be enabled on your infiniband network, and I don’t see it listed in your IB modules - we require it for use of the opneib btl. Ralph > On Oct 2, 2015, at 2:4

Re: [OMPI users] Need some help to track problem using openmpi

2015-10-02 Thread Surivinta Surivinta
Maybe here you found what need: https://www.open-mpi.org/faq/?category=tuning#setting-mca-params also you can try run gdb via mpirun to get debug info: mpirun -np 2 xterm -e gdb ./your_program 2015-09-28 14:43 GMT+03:00 Sven Schumacher : > Hello, > > I've set up our new cluster using Infiniband

Re: [OMPI users] Need some help to track problem using openmpi

2015-09-28 Thread Sven Schumacher
Sorry, I attached the wrong output of ompi_info... this one is the right one. I also forgot to add the configure-line: > configure --prefix=/sw/mpi/openmpi/1.8.5-gnu_sschu/ > --enable-orterun-prefix-by-default --enable-mpi-thread-multiple > --with-verbs --with-tm=/sw/tools/torque/5.1.0/ > CC=/sw/t