Re: [OMPI users] [EXTERNAL] Re: problem building 32-bit openmpi-1.9a1r27979 with Sun C

2013-01-30 Thread George Bosilca
On Wed, Jan 30, 2013 at 2:01 PM, Barrett, Brian W wrote: > As for the warnings about anachronisms, that I can't help on. This one is actually really funny. The function MPI_Register_datarep is defined in the mpi.c as {extern "C"}. As some of the arguments are pointers to function, they automatic

Re: [OMPI users] [EXTERNAL] Re: problem building 32-bit openmpi-1.9a1r27979 with Sun C

2013-01-30 Thread Barrett, Brian W
On 1/30/13 12:01 PM, "Barrett, Brian W" wrote: >Actually, the errors are in code that has changed. A couple weeks ago, we >removed the inline assembly support for C++, but I'm guessing not entirely >correctly. That is, I believe something is wrong in the #defines such >that opal_atomic_add_32 i

Re: [OMPI users] [EXTERNAL] Re: problem building 32-bit openmpi-1.9a1r27979 with Sun C

2013-01-30 Thread Barrett, Brian W
Actually, the errors are in code that has changed. A couple weeks ago, we removed the inline assembly support for C++, but I'm guessing not entirely correctly. That is, I believe something is wrong in the #defines such that opal_atomic_add_32 is being declared inline, but no inline body will be p