ScaLAPACK

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Stesmo (talk | contribs) at 05:23, 17 November 2018 (→‎External links: Pruned EL section to meet WP:EL). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

The ScaLAPACK (or Scalable LAPACK) library includes a subset of LAPACK routines redesigned for distributed memory MIMD parallel computers. It is currently written in a Single-Program-Multiple-Data style using explicit message passing for interprocessor communication. It assumes matrices are laid out in a two-dimensional block cyclic decomposition.[1][2][3]

ScaLAPACK is designed for heterogeneous computing and is portable on any computer that supports MPI or PVM.

ScaLAPACK depends on PBLAS operations in the same way LAPACK depends on BLAS.

As of version 2.0 the code base directly includes PBLAS and BLACS and has dropped support for PVM.

Examples

References

  1. ^ J. Dongarra and D. Walker. "The Design of Linear Algebra Libraries for High Performance Computers". {{cite journal}}: Cite journal requires |journal= (help)
  2. ^ J. Demmel, M. Heath, and H. van der Vorst. "Parallel Numerical Linear Algebra". {{cite journal}}: Cite journal requires |journal= (help)CS1 maint: multiple names: authors list (link)
  3. ^ "2d block-cyclic data layout".

External links