[petsc-users] KSPMonitorSingularValu

Jed Brown jedbrown at mcs.anl.gov
Mon Oct 24 08:15:38 CDT 2011


On Mon, Oct 24, 2011 at 08:07, Klaij, Christiaan <C.Klaij at marin.nl> wrote:

> I'm using ifort and free form fortran so the lines can have any
> length in principle.
>
> call
> KSPGMRESSetOrthogonalization(ksp,KSPGMRESModifiedGramSchmidtOrthogonalization,ierr)
>
> or
>
> call KSPGMRESSetOrthogonalization(ksp, &
> KSPGMRESModifiedGramSchmidtOrthogonalization,ierr)
>
> give the same compiler message... Any ideas how to fix this?
>

Looks like there isn't a Fortran binding to this function so just use
PetscOptionsSetValue("-ksp_gmres_modifiedgramschmidt", "1") for now.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20111024/af72b68e/attachment.htm>


More information about the petsc-users mailing list