Re: [OMPI devel] Master assert failure on Linux/PPC64

2015-02-09 Thread Nysal Jan K A
I opened a github issue to track this - https://github.com/open-mpi/ompi/issues/383 --Nysal On Fri, Feb 6, 2015 at 11:36 AM, Nysal Jan K A wrote: > It seems the ompi_free_list_init() in libnbc_open() failed for some > reason. That would explain why mca_coll_libnbc_component.active_requests is >

Re: [OMPI devel] Master assert failure on Linux/PPC64

2015-02-06 Thread Nysal Jan K A
It seems the ompi_free_list_init() in libnbc_open() failed for some reason. That would explain why mca_coll_libnbc_component.active_requests is not initialized and hence crash in libnbc_close(). This might help, but still doesn't explain why the free list initialization failed: diff --git a/ompi/m

[OMPI devel] Master assert failure on Linux/PPC64

2015-02-02 Thread Paul Hargrove
On a Linux/PPC64 system I see the failure below from a build of the current master tarball. This build was configured with --prefix=... --enable-debug \ CFLAGS=-m64 --with-wrapper-cflags=-m64 \ CXXFLAGS=-m64 --with-wrapper-cxxflags=-m64 \ FCFLAGS=-m64 --with-wrapper-fcflags=-m64 I am not