openSUSE:Backports:SLE-12 openSUSE Factory Backports for SLE 12 This project hosts packages from openSUSE:Factory which are not available on the SLE-12 product. Contributors welcome, see https://packagehub.suse.com/ https://download.opensuse.org/repositories/openSUSE:/Backports:/SLE-12/standard/ openSUSE:Backports:SLE-12:Update SLE12 Updates built for Backports development This project rebuilds selected SLE12 Updates to be able to build backported packages against them. This is mostly required for packages that got version updated such as mozilla-nss https://download.opensuse.org/repositories/openSUSE:/Backports:/SLE-12:/Update/standard/ openSUSE:Backports:SLE-12:Checks Checks This project contains the checks like rpmlint for the Backports projects. The rpmlint packages (specifically rpmlint-backports) needs to be built against a SLE 12 service pack after SP2 because of a bug in python in the earlier service packs that causes the shelve db file to be written to disk on close even when there is no change to the data. That causes an error since rpmlint runs unprivileged. https://download.opensuse.org/repositories/openSUSE:/Backports:/SLE-12:/Checks/standard/ SUSE:SLE-12:SLE-Module-Toolchain SLE 12 Toolchain Module SLE 12 Toolchain Module https://download.opensuse.org/repositories/SUSE:/SLE-12:/SLE-Module-Toolchain/update/ SUSE:SLE-12:SLE-Module-Public-Cloud SLE 12 Public Cloud Module SLE 12 Public Cloud Module https://download.opensuse.org/repositories/SUSE:/SLE-12:/SLE-Module-Public-Cloud/update/ SUSE:SLE-12:SLE-Module-Legacy SLE 12 Legacy Module SLE 12 Legacy Module https://download.opensuse.org/repositories/SUSE:/SLE-12:/SLE-Module-Legacy/update/ SUSE:SLE-12:SLE-Module-Containers SLE 12 Containers Module SLE 12 Containers Module https://download.opensuse.org/repositories/SUSE:/SLE-12:/SLE-Module-Containers/update/ SUSE:SLE-12:SLE-Module-Adv-Systems-Management SLE 12 Advanced Systems Management Module SLE 12 Advanced Systems Management Module https://download.opensuse.org/repositories/SUSE:/SLE-12:/SLE-Module-Adv-Systems-Management/update/ SUSE:SLE-12:Update SLE 12 Update SLE 12 Update https://download.opensuse.org/repositories/SUSE:/SLE-12:/Update/HA_GEO/ SUSE:SLE-12:Update SLE 12 Update SLE 12 Update https://download.opensuse.org/repositories/SUSE:/SLE-12:/Update/HA/ SUSE:SLE-12:Update SLE 12 Update SLE 12 Update https://download.opensuse.org/repositories/SUSE:/SLE-12:/Update/WE/ SUSE:SLE-12:Update SLE 12 Update SLE 12 Update https://download.opensuse.org/repositories/SUSE:/SLE-12:/Update/SDK/ SUSE:SLE-12:Update SLE 12 Update SLE 12 Update https://download.opensuse.org/repositories/SUSE:/SLE-12:/Update/SLES/ SUSE:SLE-12:Update SLE 12 Update SLE 12 Update https://download.opensuse.org/repositories/SUSE:/SLE-12:/Update/SLED/ SUSE:SLE-12:SLE-Module-Toolchain SLE 12 Toolchain Module SLE 12 Toolchain Module https://download.opensuse.org/repositories/SUSE:/SLE-12:/SLE-Module-Toolchain/standard/ SUSE:SLE-12:GA SUSE Linux Enterprise 12. To be used for building SLE 12 packages This repository contains the status of the gold master. https://download.opensuse.org/repositories/SUSE:/SLE-12:/GA/standard/ scalapack A subset of LAPACK routines redesigned for heterogenous computing 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.