freebsd-ports/math/scalapack/pkg-descr
Thierry Thomas a9b5c9a5ba Upgrade to 2.1.0. This now includes BLACS and PBLAS.
Also use openblas by default.
2020-06-14 09:13:28 +00:00

9 lines
436 B
Text

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.
Now the code for BLACS and PBLAS is included.
WWW: http://www.netlib.org/scalapack/