Ah, that makes much more sense. I'll return to my ompi-svn-lurker mode
now. :-)
On Fri, Apr 11, 2014 at 11:37 AM, Jeff Squyres (jsquyres) <
jsquy...@cisco.com> wrote:
> Note that it's mpif.h.in, not mpif.h. It gets filled in via
> configure/AC_DEFINE. On the trunk, for example, it's replaced
Note that it's mpif.h.in, not mpif.h. It gets filled in via
configure/AC_DEFINE. On the trunk, for example, it's replaced by:
/* Enable warnings in wrong usage (e.g. deprecated) in user-level code */
#ifndef OMPI_WANT_MPI_INTERFACE_WARNING
#define OMPI_WANT_MPI_INTERFACE_WARNING 1
#endif
On A
This #ifndef sequence below the comment doesn't look right...
"if BLAH is NOT defined, undefine BLAH"
That doesn't accomplish anything as far as I can tell.
On Fri, Apr 11, 2014 at 11:17 AM, wrote:
> Author: jsquyres (Jeff Squyres)
> Date: 2014-04-11 11:17:48 EDT (Fri, 11 Apr 2014)
> New R