Re: [OMPI devel] [EXTERNAL] SPARC V8+ question

2014-01-29 Thread Barrett, Brian W
Paul - Can you send me the config.log from this failure? Thanks, Brian Sent with Good (www.good.com) -Original Message- From: Paul Hargrove [phhargr...@lbl.gov] Sent: Wednesday, January 29, 2014 04:11 PM Mountain Standard Time To: Open MPI Developers Subje

[OMPI devel] 1.7.4rc3 released

2014-01-29 Thread Jeff Squyres (jsquyres)
We made a bunch of little changes and have re-spun the rc in the usual location: http://www.open-mpi.org/software/ompi/v1.7/ Here's what has changed since rc2: - Fix --without-hwloc builds - Fix possible deadlock with abnormal termination due to orted death - Fix hcoll finalization - Fix For

[OMPI devel] SPARC V8+ question

2014-01-29 Thread Paul Hargrove
I know Open MPI dropped support for the SPARC V8 ABI some time ago. So, I configured with CC="gcc -mv8plus", but I still get: checking if have Sparc v8+/v9 support... no configure: WARNING: Sparc v8 target is not supported in this release of Open MPI. configure: WARNING: You must specify the targe

Re: [OMPI devel] 1.7.4rc2 is out

2014-01-29 Thread Paul Hargrove
On Wed, Jan 29, 2014 at 9:19 AM, Paul Hargrove wrote: > For Solaris-10 with the Solaris Studio 12.3 compilers on SPARC I have > encountered a link failure when configured with "--enable-static > --enable-shared" (fine w/o "--enable-static"). I have not yet tried this > configuration with gcc. I

Re: [OMPI devel] SNAPC: dynamic send buffers

2014-01-29 Thread Josh Hursey
Looks good to me too. On Wed, Jan 29, 2014 at 11:00 AM, Ralph Castain wrote: > Looks good to me! > > On Jan 29, 2014, at 8:52 AM, Adrian Reber wrote: > > > Thanks for pointing out orte_rml_recv_callback(). It does just what I > > need. I removed my own callback and I am now using > orte_rml_re

Re: [OMPI devel] 1.7.4rc2 is out

2014-01-29 Thread Paul Hargrove
On Tue, Jan 28, 2014 at 8:16 AM, Paul Hargrove wrote: > My SPARC, MIPS and ARM platforms are still running, but based on previous > testing of nightly v1.7 tarballs I don't expect to find any issues there. I can report SUCCESS for Linux/gcc on ARM (v5 and v7) and on MIPS (32 and 64 bit). For S

Re: [OMPI devel] SNAPC: dynamic send buffers

2014-01-29 Thread Ralph Castain
Looks good to me! On Jan 29, 2014, at 8:52 AM, Adrian Reber wrote: > Thanks for pointing out orte_rml_recv_callback(). It does just what I > need. I removed my own callback and I am now using orte_rml_recv_callback() > > I have extended the patches to fix the usage of static buffers > in SNAPC

Re: [OMPI devel] SNAPC: dynamic send buffers

2014-01-29 Thread Adrian Reber
Thanks for pointing out orte_rml_recv_callback(). It does just what I need. I removed my own callback and I am now using orte_rml_recv_callback() I have extended the patches to fix the usage of static buffers in SNAPC and SSTORE as well as removing all remaining occurrences of TODOs in my 'getting