パッケージ: libsuperlu-dist-dev (6.1.1+dfsg1-1)
libsuperlu-dist-dev に関するリンク
Debian の資源:
superlu-dist ソースパッケージをダウンロード:
- [superlu-dist_6.1.1+dfsg1-1.dsc]
- [superlu-dist_6.1.1+dfsg1.orig.tar.xz]
- [superlu-dist_6.1.1+dfsg1-1.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [crd-legacy.lbl.gov]
類似のパッケージ:
Highly distributed solution of sparse linear equations
SuperLU is a general purpose library for the direct solution of large, sparse, nonsymmetric systems of linear equations. The library is written in C and is callable from either C or Fortran program. It uses MPI, OpenMP and CUDA to support various forms of parallelism. It supports both real and complex datatypes, both single and double precision, and 64-bit integer indexing. The library routines performs an LU decomposition with partial pivoting and triangular system solves through forward and back substitution. The LU factorization routines can handle non-square matrices but the triangular solves are performed only for square matrices. The matrix columns may be preordered (before factorization) either through library or user supplied routines. This preordering for sparsity is completely separate from the factorization. Working precision iterative refinement subroutines are provided for improved backward stability. Routines are also provided to equilibrate the system, estimate the condition number, calculate the relative backward error, and estimate error bounds for the refined solutions.
SuperLU_DIST implements the algorithms for distributed memory, targetting highly parallel distributed memory hybrid systems. The numerical factorization routines are already implemented for hybrid systems with multiple GPUs. Further work will be needed to implement the other phases of the algorithms on the hybrid systems and to enhance strong scaling to extreme scale.
This package provides development files for building client applications against superlu-dist.
その他の libsuperlu-dist-dev 関連パッケージ
|
|
|
|
-
- dep: libblas3
- 基本線形代数のリファレンス実装 - 共有ライブラリ
- または libblas.so.3
- 以下のパッケージによって提供される仮想パッケージです: libatlas3-base, libblas3, libblis2-openmp, libblis2-pthread, libblis2-serial, libopenblas-base
-
- dep: libc6 (>= 2.17)
- GNU C ライブラリ: 共有ライブラリ
以下のパッケージによって提供される仮想パッケージでもあります: libc6-udeb
-
- dep: libcombblas1.16.0
- an extensible parallel graph library for graph analytics
-
- dep: libgomp1 (>= 4.2.1)
- GCC OpenMP (GOMP) サポートライブラリ
-
- dep: libopenmpi3
- high performance message passing library -- shared library
-
- dep: libsuperlu-dist6 (= 6.1.1+dfsg1-1)
- Highly distributed solution of sparse linear equations