Run make allfortranstubs to generate the fortran interfaces,  then make

On Sat, May 13, 2023, 13:35 Edoardo alinovi <edoardo.alinovi@gmail.com> wrote:
Hello Barry,

I have seen you guys merged in main the minimum tolerance stuff.

After compiling that branch, I have tried to call KSPSetMinimumIterations(this%ksp, this%minIter, ierr), but the compiler cannot find the function.

I have included this module as standard practice:
#include "petsc/finclude/petscksp.h"
use petscksp

Maybe I am missing something else?

Thank you!