A subset of LAPACK routines redesigned for heterogenous computing

Edit Package scalapack

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.

Refresh
Refresh
Source Files
Filename Size Changed
_multibuild 0000000332 332 Bytes
scalapack-2.1.0.tgz 0005307441 5.06 MB
scalapack.changes 0000007752 7.57 KB
scalapack.spec 0000019203 18.8 KB
Revision 2 (latest revision is 4)
Gustavo Yokoyama Ribeiro's avatar Gustavo Yokoyama Ribeiro (gyribeiro) committed (revision 2)
- Add a Provides: for the removed BLACS library package for HPC.
  libscalapack contains the BLACS ABI.

- Updated to v2.1.0 (jsc#SLE-11037)
  * New robust ScaLAPACK routine for computing the QR factorization with
    column pivoting by Zvonimir Bujanovic and Zlatko Drmac [Download Lawn 296]
  * MPI-3+ updates required by Open MPI 4
  * Improve accuracy of Frobenius norm by making intermediate column sums
  * miscellaneous minor bug fixes
  * Improve cmake shared library support
- Disable openmpi1 builds for SLE/Leap > 15.1.
- Enable openmpi3 builds for Leap and SLE > 15.1 (jsc#SLE-7773).
- Add support for gcc8 and gcc9 builds for HPC (jsc#SLE-7766,
  jsc#SLE-8609).
- For HPC no longer provide BLACS as a separate library.
- Remove: 
  * scalapack-2.0.2-shared-blacs.patch
  * scalapack-2.0.2-shared-lib.patch
    Handled in spec file.

- Reflect renaming of openmpi packages to openmpi1 in Tumbleweed,
  fixes unresolvable packages.

- Use -ffat-lto-objects to provide a proper static library. 

- Add BuildRequires blacs-devel-headers for non-hpc when required.
- Add BuildRequires libopenblas-gnu-hpc >=  0.3.6 for hpc to  avoid
  to build when openblas library not available.

- spec file cleanup:
Comments 0
openSUSE Build Service is sponsored by