Next: Testing the Eigensystem Routines
Up: Run the LAPACK Test
Previous: Run the LAPACK Test
  Contents
- a)
- Compile the files xLINTSTF and either SCLNTSTF (for single precision
real and complex) or DZLNTSTF (for double precision and double complex)
and link them to your matrix generator
library, your LAPACK library, and your BLAS library or libraries
in that order (on some systems you may get
unsatisfied external references if you specify the libraries
in the wrong order).
- b)
- The data files for the linear equation test program are called xLINTSTD.
For each of the test programs, associate the appropriate data file
with Fortran unit number 5.
- c)
- The output file is written to Fortran unit number 6. Associate a
suitably named file (e.g., SLINTST.OUT) with this unit number.
- d)
- Run the test programs.
If you encountered failures in this phase of the testing process, please
refer to Section 6.8.
Susan Blackford
2001-08-13