Re: [Beowulf] ifort and gfortran

2009-02-23 Thread Dave van Leeuwen
On Mon, 2009-02-23 at 12:39 -0500, Mark Hahn wrote: > > When gfortran is used, then we get > > "segmentation fault" in the middle/during the > > parameter setting stage of the computation. > > I would be grateful if you > > have any idea on how to treat this problem. > > compile with gfortran and

Re: [Beowulf] ifort and gfortran

2009-02-23 Thread Nifty Tom Mitchell
On Mon, Feb 23, 2009 at 12:39:33PM -0500, Mark Hahn wrote: >> When gfortran is used, then we get >> "segmentation fault" in the middle/during the >> parameter setting stage of the computation. >> I would be grateful if you >> have any idea on how to treat this problem. > > compile with gfortran and

Re: [Beowulf] ifort and gfortran

2009-02-23 Thread Xavier Andrade
On Mon, 23 Feb 2009, f.cos...@cs.man.ac.uk wrote: Dear All, This is not directly relate to parallel computing but I may be able to get your skills/knowledge. We have developed a fortran code and we can compile it with bot intel-fortran and gfortran without any error message. When we run it, t

Re: [Beowulf] ifort and gfortran

2009-02-23 Thread Dmitri Chubarov
Dear Fumie, does the code read anything from a file? Note, there are many non-standard features in intel fortran, so that the code that works correctly under ifort might behave differently when compiled under a different compiler. Among these features are - support for lines longer than 132 chara

Re: [Beowulf] ifort and gfortran

2009-02-23 Thread Mark Hahn
When gfortran is used, then we get "segmentation fault" in the middle/during the parameter setting stage of the computation. I would be grateful if you have any idea on how to treat this problem. compile with gfortran and add -g. then run inside gdb. when compiled, are there any warning message