LINPACK

From Wikipedia, the free encyclopedia
LINPACK
Original author(s)Jack Dongarra, Jim Bunch, Cleve Moler, and Gilbert Stewart
Written inFortran
TypeLibrary
Websitewww.netlib.org/linpack/

LINPACK is a software library for performing numerical linear algebra on digital computers. It was written in Fortran by Jack Dongarra, Jim Bunch, Cleve Moler, and Gilbert Stewart, and was intended for use on supercomputers in the 1970s and early 1980s.[1][2] It has been largely superseded by LAPACK, which runs more efficiently on modern architectures.

LINPACK makes use of the BLAS (Basic Linear Algebra Subprograms) libraries for performing basic vector and matrix operations.

The LINPACK benchmarks appeared initially as part of the LINPACK user's manual. The parallel LINPACK benchmark implementation called HPL (High Performance Linpack) is used to benchmark and rank supercomputers for the TOP500 list.

References[]

  1. ^ Matlis, Jan (2005-05-30). "Sidebar: The Linpack Benchmark". ComputerWorld.
  2. ^ Markoff, John (1991-09-22). "Technology; Measuring How Fast Computers Really Are". New York Times.

External links[]


Retrieved from ""