Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 242284 - ebuild request: ScaLAPACK. Scalable LAPACK library
Summary: ebuild request: ScaLAPACK. Scalable LAPACK library
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement with 1 vote (vote)
Assignee: Default Assignee for New Packages
URL: http://www.netlib.org/scalapack/index...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-15 23:48 UTC by Riccardo Gori
Modified: 2018-03-19 16:54 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Riccardo Gori 2008-10-15 23:48:47 UTC
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.

ScaLAPACK is designed for heterogeneous computing and is portable on any computer that supports MPI or PVM.

Like LAPACK, the ScaLAPACK routines are based on block-partitioned algorithms in order to minimize the frequency of data movement between different levels of the memory hierarchy. (For such machines, the memory hierarchy includes the off-processor memory of other processors, in addition to the hierarchy of registers, cache, and local memory on each processor.) The fundamental building blocks of the ScaLAPACK library are distributed memory versions (PBLAS) of the Level 1, 2 and 3 BLAS, and a set of Basic Linear Algebra Communication Subprograms (BLACS) for communication tasks that arise frequently in parallel linear algebra computations. In the ScaLAPACK routines, all interprocessor communication occurs within the PBLAS and the BLACS. One of the design goals of ScaLAPACK was to have the ScaLAPACK routines resemble their LAPACK equivalents as much as possible. 

Reproducible: Always

Steps to Reproduce:
Comment 1 James Cloos 2012-02-01 12:00:44 UTC
The sci overlay has:

 virtual/scalapack-1.8
 sci-libs/scalapack-1.8.0
 app-doc/scalapack-docs-1.8

It, however, is partially broken.  scalapack-docs, an optional dependency of the virtual, has:

 SRC_URI="mirror://gentoo/${P}.tar.bz2"

but scalapack-docs-1.8.tar.bz2 does not exist on the distfiles mirrors.
Comment 2 Matthias Maier gentoo-dev 2018-03-19 16:54:59 UTC
scalapack is now part of the main tree.