This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

LAPACK 3.0-20000531 on alphaev6-unknown-linux-gnu


Note that LAPACK 3.0 again has been updated:

Initial release June 30, 1999.
First update October 31, 1999.
Second update May 31, 2000.

Debian 2.2 (aka potato):

uname -a
Linux super 2.2.17 #1 Thu Jun 29 13:33:28 EDT 2000 alpha unknown

			-- oo OOO oo --

/usr/bin/g77 (2.95.2-20000220) [compilation options -O2 -mieee
-femulate-complex]:

Floating Point Exception in f__abs when running xlintstc < ctest.in

Diagnosis:  Apparently, potato's libg2c.a isn't compiled with -mieee.

			-- oo OOO oo --

/usr/local/bin/g77 2.95.3 20010101 (prerelease) [compilation options -O2
-mieee -femulate-complex]:

Hangs during xeigtstc < gqr.in

Diagnosis:  Tries to scale a matrix until a certain element is "small
enough".  However, the element is 0.0 and "safe minimum" is ~ 10 ** -31
and it still doesn't converge ...

			-- oo OOO oo --

/usr/snp/bin/g77 2.97 20010103 (experimental) [last one that build on
alpha-linux; compilation options -O2 -mieee]:

Crashes in xlintstc < ctest.in

Diagnosis: Segmentation fault while storing into an array with
completely valid indices.  Problem goes away when compiling with
-fbounds-check.

			-- oo OOO oo --

I had no problems compiling and running LAPACK's test suite on
i686-pc-linux-gnu.

Sorry, no test-cases yet.  The LAPACK code is huge - it's pretty hard to
distill test cases from it.

-- 
Toon Moene - mailto:toon@moene.indiv.nluug.nl - phoneto: +31 346 214290
Saturnushof 14, 3738 XG  Maartensdijk, The Netherlands
Maintainer, GNU Fortran 77: http://gcc.gnu.org/onlinedocs/g77_news.html
Join GNU Fortran 95: http://g95.sourceforge.net/ (under construction)

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]