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]

Procedure for testing g77 with LAPACK-3.0


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>>  

LAPACK-build.tar.gz


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