fortran optimization errors
Asher Langton
langton2@llnl.gov
Fri Jun 22 21:12:00 GMT 2007
On 6/22/07, Sebastian Sandersius <sebastian.sandersius@asu.edu> wrote:
> [sebastian@localhost ~]$ f95 -v
> Using built-in specs.
> Target: i386-redhat-linux
> Configured with: ../configure --prefix=/usr --mandir=/usr/share/man
> --infodir=/usr/share/info --enable-shared --enable-threads=posix
> --enable-checking=release --with-system-zlib --enable-__cxa_atexit
> --disable-libunwind-exceptions --enable-libgcj-multifile
> --enable-languages=c,c++,objc,obj-c++,java,fortran,ada
> --enable-java-awt=gtk --disable-dssi
> --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre
> --with-cpu=generic --host=i386-redhat-linux
> Thread model: posix
> gcc version 4.1.1 20070105 (Red Hat 4.1.1-51)
> [sebastian@localhost ~]$
Okay, now what happens if you add the flags '-float-store', '-Wall',
and '-fbounds-check' when you compile your code?
More information about the Fortran
mailing list