<div class="gmail_quote">On Fri, Jun 17, 2011 at 11:42, Alexander Grayver <span dir="ltr">&lt;<a href="mailto:agrayver@gfz-potsdam.de">agrayver@gfz-potsdam.de</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hello!<br>
<br>
I use petsc-3.1.7 on Windows x64 and Intel Fortran Compiler 10.1.<br>
Whenever I call VecGetArrayF90/MatGetArrayF90 it crashes.<br></blockquote><div><br></div><div>Hmm, maybe Intel Fortran has a different ABI for pointer parameters on 64-bit Windows.</div><div><br></div><div>Does this examples also crash?</div>
<div><br></div><div>src/vec/vec/examples/tutorials/ex4f90.F</div><div><br></div><div>If this doesn&#39;t work, then someone will need to learn what the ABI is so that the F90 wrappers work.</div><div><br></div><div>How about this one (using F77 arrays)?</div>
<div><br></div><div>src/mat/examples/tests/ex36f.F</div><div><br></div><div>As a short-term solution, perhaps you can use this API?</div><div><br></div></div>