Re: [OMPI devel] Trunk is broken

2016-02-17 Thread Gilles Gouaillardet
Folks, i made https://github.com/open-mpi/ompi/pull/1376 to fix this issue note it also revert the changes previously introduced in ompi/runtime/ompi_mpi_init.c Cheers, Gilles On 2/18/2016 8:37 AM, Gilles Gouaillardet wrote: Jeff, this commit only fixes MPI_Init() and not the openib btl.

Re: [OMPI devel] Trunk is broken

2016-02-17 Thread Gilles Gouaillardet
Jeff, this commit only fixes MPI_Init() and not the openib btl. As Ralph pointed previously, there is still an abstraction violation in MPI_Init() and it is now "under control" as it was before. Regarding this issue (opal_memory_linux_malloc_set_alignment), i will extend the memory mca since

Re: [OMPI devel] Trunk is broken

2016-02-17 Thread Jeff Squyres (jsquyres)
Nysal -- FWIW, I'm unable to replicate the error on master. Did this commit not fix it for you? https://github.com/open-mpi/ompi/commit/7de01b347cd13544439b4eae86607a535c32489c If it didn't, then we might as well revert that commit and PR 1351 until it's fixed properly. -Original Message

Re: [OMPI devel] Trunk is broken

2016-02-17 Thread Ralph Castain
Probably should - looks like this may take more thought and probably will be handled in discussions next week > On Feb 17, 2016, at 11:26 AM, Howard Pritchard wrote: > > Hi Folks, > > Should we revert PR 1351 till there is a fix? > > Howard > > > 2016-02-17 11:34 GMT-07:00 Ralph Castain <

Re: [OMPI devel] Trunk is broken

2016-02-17 Thread Howard Pritchard
Hi Folks, Should we revert PR 1351 till there is a fix? Howard 2016-02-17 11:34 GMT-07:00 Ralph Castain : > FWIW: I wouldn’t have seen that because I don’t have IB on my system. > > On Feb 17, 2016, at 10:11 AM, Nysal Jan K A wrote: > > So this seems to be still broken. > > mca_btl_openib.so:

Re: [OMPI devel] Trunk is broken

2016-02-17 Thread Ralph Castain
FWIW: I wouldn’t have seen that because I don’t have IB on my system. > On Feb 17, 2016, at 10:11 AM, Nysal Jan K A wrote: > > So this seems to be still broken. > > mca_btl_openib.so: undefined symbol: opal_memory_linux_malloc_set_alignment > > I built with "--with-memory-manager=none" > > Re

Re: [OMPI devel] Trunk is broken

2016-02-17 Thread Nysal Jan K A
So this seems to be still broken. mca_btl_openib.so: undefined symbol: opal_memory_linux_malloc_set_alignment I built with "--with-memory-manager=none" Regards --Nysal On Tue, Feb 16, 2016 at 10:19 AM, Ralph Castain wrote: > It is very easy to reproduce - configure with: > enable_mem_debug=no