Re: [OMPI devel] [v2.x] more "patcher" issues

2016-05-07 Thread Jeff Squyres (jsquyres)
Issue filed -- please follow up here: https://github.com/open-mpi/ompi/issues/1654 > On May 6, 2016, at 12:22 PM, Paul Hargrove wrote: > > BIG-endian PPC64 w/ xlc V13.1 experiences a nearly identical failure. > However, this time gdb appears to have been able to resolve frame #0 to a PLT

Re: [OMPI devel] [2.0.0rc] memory:patcher fragility

2016-05-07 Thread Jeff Squyres (jsquyres)
Thanks Paul -- opened PR here: https://github.com/open-mpi/ompi/pull/1653 > On May 6, 2016, at 10:42 PM, Paul Hargrove wrote: > > I noticed that opal/mca/memory/patcher/memory_patcher_component.c includes > without ever checking (not even in the .m4 fragment) that > this header exists. > > A

Re: [OMPI devel] [2.0.0rc2] opal/mca/timer/aix?

2016-05-07 Thread Jeff Squyres (jsquyres)
IBM: do you care? We don't have AIX in the supported list. I wouldn't mind removing the aix timer component. > On May 6, 2016, at 7:24 PM, Paul Hargrove wrote: > > I see opal/mca/timer/aix is still around in 2.0.0rc2. > Does that mean Open MPI is expected to run on AIX, or is this directory

Re: [OMPI devel] Process placement

2016-05-07 Thread Ralph Castain
I believe this has been fixed. Note that the allocation display occurs prior to mapping, and thus the slots_inuse will be zero at that point. You’ll see those numbers change if you do a comm_spawn, but otherwise they will always be zero > On May 5, 2016, at 8:37 PM, Ralph Castain wrote: > > O