[OMPI devel] hangs/crashes with openmpi-1.8.4-99-20150228

2015-03-13 Thread Orion Poplawski
We currently have openmpi-1.8.4-99-20150228 built in Fedora Rawhide. I'm now seeing crashes/hangs when running the netcdf test suite on i686. Crashes include: [mock1:23702] *** An error occurred in MPI_Allreduce [mock1:23702] *** reported by process [3653173249,1] [mock1:23702] *** on communic

Re: [OMPI devel] hangs/crashes with openmpi-1.8.4-99-20150228

2015-03-13 Thread George Bosilca
Do you have the same behavior when you disable the vader BTL ? (--mca btl ^vader). George. On Fri, Mar 13, 2015 at 2:20 PM, Orion Poplawski wrote: > We currently have openmpi-1.8.4-99-20150228 built in Fedora Rawhide. I'm > now > seeing crashes/hangs when running the netcdf test suite on i6

Re: [OMPI devel] hangs/crashes with openmpi-1.8.4-99-20150228

2015-03-13 Thread Orion Poplawski
That does appear to make it work. So I guess the issue is in the vader btl somewhere. FWIW I don't see any warning compiling the vader btl code. On 03/13/2015 01:08 PM, George Bosilca wrote: > Do you have the same behavior when you disable the vader BTL ? (--mca btl > ^vader). > > George. >

Re: [OMPI devel] hangs/crashes with openmpi-1.8.4-99-20150228

2015-03-13 Thread Jeff Squyres (jsquyres)
https://github.com/open-mpi/ompi/issues/473 filed. > On Mar 13, 2015, at 4:28 PM, Orion Poplawski wrote: > > That does appear to make it work. So I guess the issue is in the vader btl > somewhere. FWIW I don't see any warning compiling the vader btl code. > > On 03/13/2015 01:08 PM, George B