Re: [OMPI users] RoCE (IBoE) & OpenMPI

2011-03-06 Thread Doron Shoham
ibv_rc_pingpong runs over verbs and not RDMA_CM. As far as I understood, RoCE requires the use of the RDMA CM (in open mpi), and it is not possible to set explicitly the SL in RDMA_CM. We should check if RDMA_CM is must for RoCE. Thanks, Doron On Wed, Mar 2, 2011 at 8:01 PM, Jeff Squyres wrote:

[OMPI users] Potential bug in creating MPI_GROUP_EMPTY handling

2011-03-06 Thread Dominik Goeddeke
The attached example code (stripped down from a bigger app) demonstrates a way to trigger a severe crash in all recent ompi releases but not in a bunch of latest MPICH2 releases. The code is minimalistic and boils down to the call MPI_Comm_create(MPI_COMM_WORLD, MPI_GROUP_EMPTY, &dummy_comm);