Re: [OMPI users] Re :Re: OpenMP and OpenMPI Issue

2012-07-23 Thread Paul Kapinos
Jack, note that support for THREAD_MULTIPLE is available in [newer] versions of open MPI, but disabled by default. You have to enable it by configuring, in 1.6: --enable-mpi-thread-multiple Enable MPI_THREAD_MULTIPLE support (default:

Re: [OMPI users] Re :Re: OpenMP and OpenMPI Issue

2012-07-20 Thread Jack Galloway
Jeff Squyres cisco.com> writes: > > On Oct 31, 2007, at 9:52 PM, Neeraj Chourasia wrote: > > > but the program is running on TCP interconnect with same > > datasize and also on IB with small datasize say 1MB. So i dont > > think problem is in OpenMPI, it has to do something with IB

Re: [OMPI users] Re :Re: OpenMP and OpenMPI Issue

2007-11-01 Thread Jeff Squyres
On Oct 31, 2007, at 9:52 PM, Neeraj Chourasia wrote: but the program is running on TCP interconnect with same datasize and also on IB with small datasize say 1MB. So i dont think problem is in OpenMPI, it has to do something with IB logic, which probably doesnt work well with threads.