<div dir="ltr">How did any Fortran tests compile in the CI?<div><br></div><div>  Thanks,</div><div><br></div><div>     Matt</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Apr 18, 2022 at 4:09 PM Satish Balay via petsc-users <<a href="mailto:petsc-users@mcs.anl.gov">petsc-users@mcs.anl.gov</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">Its deprecated - but the removal in fortran interface was not intentional.<br>
So its added in <a href="https://gitlab.com/petsc/petsc/-/commit/1d07488b31e9919329a73f04131a9987c281eb5e" rel="noreferrer" target="_blank">https://gitlab.com/petsc/petsc/-/commit/1d07488b31e9919329a73f04131a9987c281eb5e</a> and should be in petsc-3.17.1<br>
<br>
Satish<br>
<br>
On Mon, 18 Apr 2022, Albert Mollen via petsc-users wrote:<br>
<br>
> Hi,<br>
> Our code uses PETSc in both C++ and Fortran. After updating to using PETSc<br>
> 3.17.0 CHKERRQ is not found when compiling the Fortran part. I see that<br>
> CHKERRQ is now deprecated but is it intentional to remove it?<br>
> <br>
> I could easily solve it by adding<br>
> <br>
> #if PETSC_VERSION_GE(3,17,0)<br>
> #define CHKERRQ(...) PetscCall(__VA_ARGS__)<br>
> #endif<br>
> <br>
> Thanks<br>
> ----------<br>
> Albert Mollén<br>
> Associate Research Physicist<br>
> <br>
> Theory Department<br>
> Princeton Plasma Physics Laboratory<br>
> <br>
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div>What most experimenters take for granted before they begin their experiments is infinitely more interesting than any results to which their experiments lead.<br>-- Norbert Wiener</div><div><br></div><div><a href="http://www.cse.buffalo.edu/~knepley/" target="_blank">https://www.cse.buffalo.edu/~knepley/</a><br></div></div></div></div></div></div></div>