Re: [OMPI users] OSU_latency_mt is failing

2011-12-06 Thread Jeff Squyres
The openib BTL does not support threading. Hence, it disabled itself at run-time, and therefore Open MPI decided that there were no network paths available between the 2 MPI processes, and aborted. On Dec 6, 2011, at 4:17 AM, bhimesh akula wrote: > Hi, > > I tried execute the Osu_latency_mt

[OMPI users] OSU_latency_mt is failing

2011-12-06 Thread bhimesh akula
Hi, I tried execute the Osu_latency_mt as mentioned below First build the openmpi with Multi-threaded support as Osu_latency_mt needed > [root@localhost openmpi-1.4.3]# ./configure --with-threads=posix --enable-mpi-threads > make && make install > [root@localhost openmpi-1.4.3]# mpirun --pref