diff options
Diffstat (limited to 'math/scalapack/pkg-descr')
-rw-r--r-- | math/scalapack/pkg-descr | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/math/scalapack/pkg-descr b/math/scalapack/pkg-descr new file mode 100644 index 000000000000..645ffa78ac3c --- /dev/null +++ b/math/scalapack/pkg-descr @@ -0,0 +1,7 @@ +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. + +WWW: http://www.netlib.org/scalapack |