diff options
Diffstat (limited to 'app-doc/scalapack-docs/metadata.xml')
-rw-r--r-- | app-doc/scalapack-docs/metadata.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/app-doc/scalapack-docs/metadata.xml b/app-doc/scalapack-docs/metadata.xml new file mode 100644 index 000000000..bdb160f44 --- /dev/null +++ b/app-doc/scalapack-docs/metadata.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>sci</herd> +<longdescription lang="en"> + 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. + This package contains manual pages for the routines, and quick reference guides. +</longdescription> +</pkgmetadata> |