fortran optimization errors
Sebastian Sandersius
sebastian.sandersius@asu.edu
Fri Jun 22 20:55:00 GMT 2007
[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 ~]$
On 6/22/07, Asher Langton <langton2@llnl.gov> wrote:
> 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