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
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
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