Re: [OMPI devel] v1.10.1rc1 released

2015-10-03 Thread Ralph Castain
Thanks Paul - always appreciate your help! > On Oct 3, 2015, at 5:07 PM, Paul Hargrove wrote: > > > On Sat, Oct 3, 2015 at 4:47 PM, Paul Hargrove > wrote: > So, I am currently willing to bet that I've got a broken MOFED/OFED hybrid > installation. > If that is the c

Re: [OMPI devel] v1.10.1rc1 released

2015-10-03 Thread Paul Hargrove
On Sat, Oct 3, 2015 at 4:47 PM, Paul Hargrove wrote: > So, I am currently willing to bet that I've got a broken MOFED/OFED hybrid > installation. > If that is the case (and I am looking into it now) then this is NOT an > Open MPI problem. > I will try to let you know what I discover. > OK, mea c

Re: [OMPI devel] v1.10.1rc1 released

2015-10-03 Thread Paul Hargrove
Ralph, It doesn't look to me like there is a lack of a dl component. It looks to me like libinfinipath is doing something bad when dl_open()ed by mtl_ofi. Regardless, the requested verbose output is attached. As for cores, I cannot get any because somebody is catching SIGABRT. What I do see is fi

Re: [OMPI devel] v1.10.1rc1 released

2015-10-03 Thread Ralph Castain
Paul At a glance, it looks to me like no opal_dl component was selected. Any chance you could add -mca dl_base_verbose 100 and get a line number for us from one of those core files? > On Oct 3, 2015, at 10:41 AM, Paul Hargrove wrote: > > > On Sat, Oct 3, 2015 at 3:13 AM, Jeff Squyres (jsquy

Re: [OMPI devel] v1.10.1rc1 released

2015-10-03 Thread Ralph Castain
No it doesn’t - those haven’t been accepted yet. As was discussed there, the patches need to go into master and then can be worked back into the release cycle. > On Oct 3, 2015, at 2:33 PM, Joshua Ladd wrote: > > This doesn't contain the three patches that we discussed on PR: > https://github

Re: [OMPI devel] v1.10.1rc1 released

2015-10-03 Thread Joshua Ladd
This doesn't contain the three patches that we discussed on PR: https://github.com/open-mpi/ompi-release/pull/621 Josh On Sat, Oct 3, 2015 at 6:13 AM, Jeff Squyres (jsquyres) wrote: > v1.10.1 is primarily a bug-fix release. rc1 has been released; it's in > the usual place: > > http://www.o

Re: [OMPI devel] v1.10.1rc1 released

2015-10-03 Thread Paul Hargrove
On Sat, Oct 3, 2015 at 3:13 AM, Jeff Squyres (jsquyres) wrote: > v1.10.1 is primarily a bug-fix release. rc1 has been released; it's in > the usual place: > > http://www.open-mpi.org/software/ompi/v1.10/ > > Please test! > My tests experienced a failure (SEGV) on a fairly vanilla Linux VM

[OMPI devel] v1.10.1rc1 released

2015-10-03 Thread Jeff Squyres (jsquyres)
v1.10.1 is primarily a bug-fix release. rc1 has been released; it's in the usual place: http://www.open-mpi.org/software/ompi/v1.10/ Please test! Changes since v1.10.0: - Fix segv when invoking non-blocking reductions with a user-defined operation. Thanks to Rupert Nash and Georg Geise