next up previous contents index
Next: Availability of LAPACK Up: Essentials Previous: LAPACK Compared with LINPACK   Contents   Index

LAPACK and the BLAS

LAPACK routines are written so that as much as possible of the computation is performed by calls to the Basic Linear Algebra Subprograms (BLAS) [78,42,40]. Highly efficient machine-specific implementations of the BLAS are available for many modern high-performance computers. The BLAS enable LAPACK routines to achieve high performance with portable code. The methodology for constructing LAPACK routines in terms of calls to the BLAS is described in Chapter 3.

The BLAS are not strictly speaking part of LAPACK, but Fortran 77 code for the BLAS is distributed with LAPACK, or can be obtained separately from netlib. This code constitutes the ``model implementation'' [41,39].

http://www.netlib.org/blas/blas.tgz

The model implementation is not expected to perform as well as a specially tuned implementation on most high-performance computers -- on some machines it may give much worse performance -- but it allows users to run LAPACK codes on machines that do not offer any other implementation of the BLAS.

For information on available optimized BLAS libraries, as well as other BLAS-related questions, please refer to the BLAS FAQ:

http://www.netlib.org/blas/faq.html


next up previous contents index
Next: Availability of LAPACK Up: Essentials Previous: LAPACK Compared with LINPACK   Contents   Index
Susan Blackford
1999-10-01