Dear Fumie,<br><br>does the code read anything from a file?<br>Note, there are many non-standard features in intel fortran, so that the code that works<br>correctly under ifort might behave differently when compiled under a different compiler.<br>
<br>Among these features are <br>- support for lines longer than 132 characters in free form,<br>- binary file input/output<br><br>gdb should certainly help to point the problem.<br><br>You may try also SunStudio compilers for that may give you better diagnostics than gfortran.<br>
Which version of gfortran do you use?<br><br><div class="gmail_quote">On Mon, Feb 23, 2009 at 11:30 PM, <a href="mailto:f.costen@cs.man.ac.uk">f.costen@cs.man.ac.uk</a> <span dir="ltr"><<a href="mailto:fumie.costen@manchester.ac.uk">fumie.costen@manchester.ac.uk</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Dear All,<br>
This is not directly relate to parallel computing<br>
but I may be able to  get your skills/knowledge.<br>
<br>
We have developed a fortran code and<br>
we can compile it with  bot intel-fortran and<br>
gfortran without any error message.<br>
When we run it, the code runs when intel-fortran<br>
ifort was used for the compilation.<br>
When gfortran is used, then we get<br>
"segmentation fault" in the middle/during the<br>
parameter setting stage of the computation.<br>
I would be grateful if you<br>
 have any idea on how to treat this problem.<br>
<br>
Thank you very much<br>
Fumie<br>
_______________________________________________<br>
Beowulf mailing list, <a href="mailto:Beowulf@beowulf.org">Beowulf@beowulf.org</a><br>
To change your subscription (digest mode or unsubscribe) visit <a href="http://www.beowulf.org/mailman/listinfo/beowulf" target="_blank">http://www.beowulf.org/mailman/listinfo/beowulf</a><br>
</blockquote></div><br>