PLAPACK
PLAPACK (Parallel Linear Algebra PACKage) is a software library designed to perform dense linear algebra computations on distributed-memory parallel machines. It provides portable, high-level interfaces for a broad set of linear algebra operations, abstracting away the details of data distribution and communication. The library is intended to complement vendor-tuned BLAS/LAPACK by offering scalable parallel algorithms that operate on distributed matrices and vectors.
Implementation and architecture: PLAPACK represents matrices using a block cyclic distribution across a process grid. Computations
Supported operations: The library provides parallel versions of common dense linear algebra routines, including LU, QR,
History and availability: PLAPACK originated as a research and development project in the 1990s to provide