<div dir="ltr">Klaus,<div><br></div><div> Thanks for the pointer. Corrected version attached. Here I used something I saw elsewhere in the code:</div><div><br></div><div>#ifndef FLASH_MPI1</div><div>#define FLASH_MPI2</div><div>#endif</div><div><br></div><div>to set up some ifdefs that will pick either the MPI 1 version of HVECTOR or the MPI 2/3 version, depending on if that FLASH_MPI1 preprocessor variable is defined. Seems to be working okay now.</div><div><br></div><div>Cordially,</div><div><br clear="all"><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr">Joshua Wall<div><br></div><div>Doctoral Candidate</div><div>Department of Physics</div><div>Drexel University</div></div></div></div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Mar 5, 2019 at 5:54 PM Klaus Weide <<a href="mailto:klaus@flash.uchicago.edu">klaus@flash.uchicago.edu</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
<br>
On Tue, 5 Mar 2019, Joshua Wall wrote:<br>
<br>
> Whelp, I spoke too soon, as I've now successfully caused the new version to<br>
> crash. Any chance anyone has successfully updated this for the new MPI 3.0<br>
> call?<br>
<br>
Do you get an error (at compile time?) if you replace<br>
<br>
Include 'mpif.h'<br>
<br>
with <br>
<br>
USE mpi_f08 ! must be before the implicit; assumes you have that module!<br>
<br>
?<br>
</blockquote></div>