ScaLAPACK
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
- Programming with Big Data in R fully utilizes ScaLAPACK and two-dimensional block cyclic decomposition for Big Data statistical analysis which is an extension to R.
References
- ↑ J. Dongarra and D. Walker. "The Design of Linear Algebra Libraries for High Performance Computers".
- ↑ J. Demmel, M. Heath, and H. van der Vorst. "Parallel Numerical Linear Algebra".
- ↑ "2d block-cyclic data layout".
External links
- The ScaLAPACK Project on Netlib.org
- ScaLAPACK Users' Guide
This article is issued from Wikipedia - version of the 6/29/2014. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.