On Tue, Apr 26, 2022 at 6:43 PM Hammond, Glenn E via petsc-dev <
[email protected]> wrote:

> PETSc,
>
> I see that CHKERRQ is back in the Fortran interface after 3.17.1.  Will
> CHKERRQ be removed in the future?  I just wrote a script to refactor
> PFLOTRAN [CHKERRQ() -> PetscCall()], and I want to know which direction to
> head before asking everything to check in all their dev branches.  If
> CHKERRQ() is available with Fortran for the future, I will abandon the
> script and leave the devs alone.
>

CHKERRQ is deprecated, but removing needlessly breaks code. Changing to
PetscCall is the right move.

  Thanks,

    Matt


> Thanks,
>
> Glenn
>


-- 
What most experimenters take for granted before they begin their
experiments is infinitely more interesting than any results to which their
experiments lead.
-- Norbert Wiener

https://www.cse.buffalo.edu/~knepley/ <http://www.cse.buffalo.edu/~knepley/>

Reply via email to