fortran optimization errors
Asher Langton
langton2@llnl.gov
Fri Jun 22 20:50:00 GMT 2007
On 6/22/07, Sebastian Sandersius <sebastian.sandersius@asu.edu> wrote:
> Dear Jerry, Steve, Tim and Tobias,
>
> The compiler which is giving all the problems is:
> Target: i386-redhat-linux
> gcc version 4.1.1 20070105 (Red Hat 4.1.1-51)
>
> the os is fedora not red hat, in case that may be the problem.
>
> The optimizations I tried were:
> (1) f95 -g semn17.f90 rng.f90 -o n17
> (2) f95 semn17.f90 rng.f90 -o n17
> (3) f95 -O2 semn17.f90 rng.f90 -o n17
> (4) f95 -O3 semn17.f90 rng.f90 -o n17
Hi Sebastian,
It's not clear which compiler you are actually using here. What is
the output of 'f95 -v"?
-Asher
More information about the Fortran
mailing list