Re: [OMPI devel] [v1.8] 32-bit c++ build failure with Sun compilers

2014-08-09 Thread Paul Hargrove
These changes also eliminate an equivalent g++ warning : /shared/OMPI/openmpi-1.8-latest-solaris11-x86-ib-gcc452/openmpi-1.8.2rc4r32480/opal/include/opal/sys/atomic.h:397:9: warning: inline function `int32_t opal_atomic_add_32(volatile int32_t*, int)' used but never defined /shared/OMPI/openmpi-1.

Re: [OMPI devel] [v1.8] 32-bit c++ build failure with Sun compilers

2014-08-09 Thread Ralph Castain
Kewl - thanks! On Aug 9, 2014, at 12:24 PM, Paul Hargrove wrote: > Ralph, > > Yes, that did the trick. > The attached patch applied cleanly to last night's v1.8 tarball > (1.8.2rc4r32480) and I was able to build the C++ bindings on this platform. > > -Paul > > > On Sat, Aug 9, 2014 at 7:58

Re: [OMPI devel] [v1.8] 32-bit c++ build failure with Sun compilers

2014-08-09 Thread Paul Hargrove
Ralph, Yes, that did the trick. The attached patch applied cleanly to last night's v1.8 tarball (1.8.2rc4r32480) and I was able to build the C++ bindings on this platform. -Paul On Sat, Aug 9, 2014 at 7:58 AM, Ralph Castain wrote: > I think I chased this down - looks like it is r28034. I've a

Re: [OMPI devel] [v1.8] 32-bit c++ build failure with Sun compilers

2014-08-09 Thread Ralph Castain
I think I chased this down - looks like it is r28034. I've attached the patch here - can you please let me know if this fixes the problem? atomics.patch Description: Binary data On Aug 8, 2014, at 11:11 PM, Paul Hargrove wrote:A problem Siegmar reported on trunk over a year an

[OMPI devel] [v1.8] 32-bit c++ build failure with Sun compilers

2014-08-09 Thread Paul Hargrove
A problem Siegmar reported on trunk over a year and a half ago is breaking a 32-bit build of the v1.8 branch with the Sun C++ compiler: Siegmar's report appears in http://www.open-mpi.org/community/lists/users/2013/01/21269.php There are several warnings, but the error is (from my current build):