gfortran testing

Steve Kargl sgk@troutmask.apl.washington.edu
Mon Jan 31 20:38:00 GMT 2005


On Mon, Jan 31, 2005 at 12:28:10PM -0800, Daniel Cook wrote:
> Hello,
> 
> I've just started using gfortran on a dual proc G5 running OSX 10.3.7.
> I'm planning on porting some computational electromagnetics, heat
> transfer and fluids code over from a dual proc athlon running redhat
> 7.3. Some of the code has been previously compiled and debugged
> using the Absoft 7.0 Fortran compiler.
> 
> I don't know anything about debugging compilers but I would be
> happy to contribute to the project by running test code or something
> on my G5.
> 

If you want to download a precompiled version of gfortran, then
take a look at gfortran.org.  You can bootstrap gfortran if you
want.

If your code makes heavy use of modules and derived types,
you'll probably hits some bugs.  Before reporting any bugs
go to gfortran.org and use the "bug report" to get a listing
of known problems.

Let us know about your successes and failures in trying to
compile and run your code.  If you do hit a failure and you
think it is not currently in the bugzilla database, see
if you can reproduce the problem in a small example program.

-- 
Steve



More information about the Fortran mailing list