Package superlu_dist: Information

Danger alert: Package removed from sisyphus repository

Removed in the task: #261409
Package removed: Aleksei Nikiforov
Deletion date: Nov. 10, 2020
Message: new_version_does_not_build_and_no_clients
    Source package: superlu_dist
    Version: 3.3-alt4
    Build time:  Sep 18, 2020, 02:32 PM in the task #258295
    Report package bug
    License: BSD-like
    Summary: Solve a sparse linear system A*X=B for distributed memory
    Description: 
    SuperLU_DIST contains a set of subroutines to solve a sparse linear system
    A*X=B. It uses Gaussian elimination with static pivoting (GESP).
    Static pivoting is a technique that combines the numerical stability of
    partial pivoting with the scalability of Cholesky (no pivoting),
    to run accurately and efficiently on large numbers of processors.
    
    SuperLU_DIST is a parallel extension to the serial SuperLU library.
    It is targeted for the distributed memory parallel machines.
    SuperLU_DIST is implemented in ANSI C, and MPI for communications.
    Currently, the LU factorization and triangular solution routines,
    which are the most time-consuming part of the solution process,
    are parallelized. The other routines, such as static pivoting and
    column preordering for sparsity are performed sequentially.
    This "alpha" release contains double-precision real and double-precision
    complex data types.

    List of rpms provided by this srpm:
    libsuperlu_dist (x86_64, ppc64le, i586, armh, aarch64)
    libsuperlu_dist-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
    libsuperlu_dist-devel (x86_64, ppc64le, i586, armh, aarch64)
    libsuperlu_dist-devel-doc (noarch)
    superlu_dist-examples (x86_64, ppc64le, i586, armh, aarch64)
    superlu_dist-examples-debuginfo (x86_64, ppc64le, i586, armh, aarch64)

    Maintainer: Aleksei Nikiforov


      1. liblapack-devel
      2. csh
      3. libparmetis-devel
      4. openmpi-devel

    Last changed


    Sept. 18, 2020 Aleksei Nikiforov 3.3-alt4
    - Updated conflicts and obsoletes.
    Dec. 27, 2018 Aleksei Nikiforov 3.3-alt3
    - Rebuild and spec cleanup.
    Nov. 16, 2017 Aleksei Nikiforov 3.3-alt2
    - Fixed build with gcc-6.