2003-05-05 05:33:39 +02:00
|
|
|
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.
|
|
|
|
|
2007-12-31 03:57:14 +01:00
|
|
|
WWW: http://www.netlib.org/scalapack/
|