Пакет libsuperlu_dist: Информация

    Бинарный пакет: libsuperlu_dist
    Версия: 3.3-alt1
    Архитектура: x86_64
    Собран:  26 июля 2013 г. 9:37
    Исходный пакет: superlu_dist
    Сообщить об ошибке в пакете
    Домашняя страница: http://acts.nersc.gov/superlu/

    Лицензия: BSD-like
    О пакете: Shared library of SuperLU_DIST
    Описание: 
    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.
    
    This package contains shared library of SuperLU_DIST.

    Сопровождающий: Eugeny A. Rostovtsev

    Список участников:
    Eugeny A. Rostovtsev

    Последнее изменение


    26 июля 2013 г. Eugeny A. Rostovtsev 3.3-alt1
    - Version 3.3
    2 октября 2012 г. Eugeny A. Rostovtsev 3.1-alt3
    - Rebuilt with gcc 4.7
    12 августа 2012 г. Eugeny A. Rostovtsev 3.1-alt2
    - Built with OpenBLAS instead of GotoBLAS2