[OMPI devel] v2.0.1 PRs: open season

2016-07-15 Thread Jeff Squyres (jsquyres)
v2.0.1 is officially open to accept PRs. Please note that many v2.0.1 PRs still need reviews: - 36 open v2.0.1 PRs - only 13 have reviews Please start getting reviews for your v2.0.1 PRs -- no review, no merge: https://github.com/open-mpi/ompi-release/pulls?utf8=%E2%9C%93&q=is%3Apr%20is%3A

Re: [OMPI devel] MPI_Comm_spawn broken on master on RHEL7

2016-07-15 Thread Ralph Castain
Okay, I’ll take a look - thanks! > On Jul 15, 2016, at 7:08 AM, Gilles Gouaillardet > wrote: > > > Yep, > > The constructor of pmix2x_threadshift_t (tscon) does not initialize > nondefault to false. > I won't be able to investigate this until Monday, but so far, my guess is > that if the co

Re: [OMPI devel] MPI_Comm_spawn broken on master on RHEL7

2016-07-15 Thread Gilles Gouaillardet
Yep, The constructor of pmix2x_threadshift_t (tscon) does not initialize nondefault to false. I won't be able to investigate this until Monday, but so far, my guess is that if the constructor is fixed, then RHEL6 will fail like RHEL7 ... fwiw, the intercomm_create used to fail in Cisco mtt becaus

Re: [OMPI devel] MPI_Comm_spawn broken on master on RHEL7

2016-07-15 Thread Ralph Castain
That would break debugger attach. Sounds to me like it’s just an uninitialized variable for in_event_hdlr? > On Jul 15, 2016, at 1:20 AM, Gilles Gouaillardet wrote: > > Ralph, > > i noticed MPI_Comm_spawn is broken on master and on RHEL7 > > for some reason i cannot yet explain, it works just

[OMPI devel] MPI_Comm_spawn broken on master on RHEL7

2016-07-15 Thread Gilles Gouaillardet
Ralph, i noticed MPI_Comm_spawn is broken on master and on RHEL7 for some reason i cannot yet explain, it works just fine on RHEL6 (!) mpirun -np 1 ./dynamic/intercomm_create from the ibm test suite can be used to reproduce the issue. i digged a bit and i found OPAL_ERR_DEBUGGER_RELEASE is