How to Install and Uninstall libscalapack2_2_1_0-gnu-openmpi2-hpc Package on openSuSE Tumbleweed

Last updated: May 17,2024

1. Install "libscalapack2_2_1_0-gnu-openmpi2-hpc" package

Please follow the steps below to install libscalapack2_2_1_0-gnu-openmpi2-hpc on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install libscalapack2_2_1_0-gnu-openmpi2-hpc

2. Uninstall "libscalapack2_2_1_0-gnu-openmpi2-hpc" package

This tutorial shows how to uninstall libscalapack2_2_1_0-gnu-openmpi2-hpc on openSuSE Tumbleweed:

$ sudo zypper remove libscalapack2_2_1_0-gnu-openmpi2-hpc

3. Information about the libscalapack2_2_1_0-gnu-openmpi2-hpc package on openSuSE Tumbleweed

Information for package libscalapack2_2_1_0-gnu-openmpi2-hpc:
-------------------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : libscalapack2_2_1_0-gnu-openmpi2-hpc
Version : 2.1.0-9.7
Arch : x86_64
Vendor : openSUSE
Installed Size : 11,7 MiB
Installed : No
Status : not installed
Source package : scalapack_2_1_0-gnu-openmpi2-hpc-2.1.0-9.7.src
Summary : ScaLAPACK libraries compiled against openmpi2
Description :
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.
This package contains ScaLAPACK libraries compiled with openmpi2.