Package superlu_dist: Information

    Source package: superlu_dist
    Version: 2.5-alt1
    Build time:  May 4, 2011, 07:23 AM
    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, i586)
    libsuperlu_dist-debuginfo (x86_64, i586)
    libsuperlu_dist-devel (x86_64, i586)
    libsuperlu_dist-devel-doc (noarch)
    superlu_dist (x86_64, i586)
    superlu_dist-debuginfo (x86_64, i586)
    superlu_dist-examples (x86_64, i586)
    superlu_dist-examples-debuginfo (x86_64, i586)


    List of contributors:
    Eugeny A. Rostovtsev

      1. liblapack-devel
      2. chrpath
      3. csh
      4. libgotoblas-devel
      5. libparmetis-devel
      6. openmpi-devel

    Last changed


    May 4, 2011 Eugeny A. Rostovtsev 2.5-alt1
    - Version 2.5
    - Disabled devel-static package
    April 8, 2011 Eugeny A. Rostovtsev 2.4-alt7
    - Rebuilt with GotoBLAS2 1.13-alt3
    April 7, 2011 Eugeny A. Rostovtsev 2.4-alt6
    - Built with GotoBLAS2 instead of ATLAS