Procedure for testing g77 with LAPACK-3.0
Billinghurst, David (CRTS)
David.Billinghurst@riotinto.com.au
Sun Apr 30 23:54:00 GMT 2000
I have been testing most g77 snapshots with LAPACK for a while. Here is my
procedure.
The LAPACK source is available from http://www.netlib.org/lapack and
mirrors.
Download and untar http://www.netlib.org/lapack/lapack.tar.gz . (30 Nov 1999
version)
I prefer to build with buildir != srcdir. I have hacked the makefiles to
allow this (below).
Untar my build tree skeleton somewhere convenient.
cd to LAPACK-build
edit make.inc and change macros FORTRAN and SRCDIR as required
"make"
or "make install lib testing blas_testing" if you have less than about 512
Mb of RAM
The build and test takes a while.
Check the results by:
cd TESTING
grep -i fail *.out
You ae unlikely to get zero failures. We will have to develop some success
criteria.
+++++++++++++++++++++++++++++++++++++++++
(Mr) David Billinghurst
Comalco Research Centre
PO Box 316, Thomastown, Vic, Australia, 3074
Phone: +61 3 9469 0642
FAX: +61 3 9462 2700
Email: David.Billinghurst@riotinto.com.au
<<LAPACK-build.tar.gz>>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: LAPACK-build.tar.gz
Type: application/x-gzip
Size: 18290 bytes
Desc: not available
URL: <https://gcc.gnu.org/pipermail/gcc/attachments/20000430/734c11e1/attachment.bin>
More information about the Gcc
mailing list