<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr">Hi,<div>Our code uses PETSc in both C++ and Fortran. After updating to using PETSc 3.17.0 CHKERRQ is not found when compiling the Fortran part. I see that CHKERRQ is now deprecated but is it intentional to remove it?</div><div><br></div><div>I could easily solve it by adding</div><div><br></div><div><div>#if PETSC_VERSION_GE(3,17,0)</div><div>#define CHKERRQ(...) PetscCall(__VA_ARGS__)</div><div>#endif</div></div><div><br></div><div>Thanks</div><div><div dir="ltr" class="gmail_signature">----------<br>Albert Mollén<br>Associate Research Physicist<br><br>Theory Department<br>Princeton Plasma Physics Laboratory<br></div></div></div></div></div></div></div></div>