<div class="gmail_quote">On Mon, Oct 24, 2011 at 08:07, Klaij, Christiaan <span dir="ltr">&lt;<a href="mailto:C.Klaij@marin.nl">C.Klaij@marin.nl</a>&gt;</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&#39;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, &amp;<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&#39;t a Fortran binding to this function so just use PetscOptionsSetValue(&quot;-ksp_gmres_modifiedgramschmidt&quot;, &quot;1&quot;) for now.</div>