Compiles?

Steve Kargl sgk@troutmask.apl.washington.edu
Tue Sep 16 13:58:00 GMT 2008


On Tue, Sep 16, 2008 at 08:59:19AM -0400, Joe Wilck wrote:
> Hello:
> 
> I have a rather large program that appears to compile using gfortran;
> however, it does not execute properly.  I am able to run it with g95,
> but I upgraded to a 64-bit machine and wanted to see how gfortran
> performed.
> 

If you add -ffloat-store to the command line, do you get the
expected results?

Have you compiled the code with -Wall and fixed all the warnings?

Do you have routines where you use implicit interfaces such that
you have an mismatch in actual and summy arguments?

Have you tried the -fbounds-check option?

-- 
Steve



More information about the Fortran mailing list