<div class="gmail_quote">On Mon, Oct 24, 2011 at 08:07, Klaij, Christiaan <span dir="ltr"><<a href="mailto:C.Klaij@marin.nl">C.Klaij@marin.nl</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div id=":2i1">I'm using ifort and free form fortran so the lines can have any<br>
length in principle.<br>
<br>
call KSPGMRESSetOrthogonalization(ksp,KSPGMRESModifiedGramSchmidtOrthogonalization,ierr)<br>
<br>
or<br>
<br>
call KSPGMRESSetOrthogonalization(ksp, &<br>
KSPGMRESModifiedGramSchmidtOrthogonalization,ierr)<br>
<br>
give the same compiler message... Any ideas how to fix this?</div></blockquote></div><br><div>Looks like there isn't a Fortran binding to this function so just use PetscOptionsSetValue("-ksp_gmres_modifiedgramschmidt", "1") for now.</div>