<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jan 22, 2013 at 4:39 PM, Karl Rupp <span dir="ltr"><<a href="mailto:rupp@mcs.anl.gov" target="_blank">rupp@mcs.anl.gov</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div id=":3k">Carefully fiddling with my local sources prior to the commit... I don't know of a way to test the backwards-macros other than inspecting the preprocessed code...<br>

<br>
Oh, and Barry's macro proposal was right (I forgot that this assumed an update of sources already)</div></blockquote></div><br>Use your Open MPI build and put</div><div class="gmail_extra"><br></div><div class="gmail_extra" style>
#define OMPI_WANT_MPI_INTERFACE_WARNING</div><div class="gmail_extra" style><br></div><div class="gmail_extra" style>before including mpi.h. They put in __attribute((deprecated)) so you'll get warnings for all the old usage. Test that the new version still works with MPI-1 by building with --with-mpi=0 (or download an illicit copy of MPICH1).</div>
</div>