パッケージ: libsuperlu-dist8 (8.2.1+dfsg1-2)
libsuperlu-dist8 に関するリンク
Debian の資源:
superlu-dist ソースパッケージをダウンロード:
- [superlu-dist_8.2.1+dfsg1-5.dsc]
- [superlu-dist_8.2.1+dfsg1.orig.tar.xz]
- [superlu-dist_8.2.1+dfsg1-5.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
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.
The main library is libsuperlu_dist.so but a fortran wrapper library is also provided as libsuperlu_dist_fortran.so
This package provides the superlu-dist and superlu_dist_fortran shared libraries.
その他の libsuperlu-dist8 関連パッケージ
|
|
|
|
-
- dep: libblas3
- 基本線形代数のリファレンス実装 - 共有ライブラリ
- または libblas.so.3
- 以下のパッケージによって提供される仮想パッケージです: libatlas3-base, libblas3, libblis4-openmp, libblis4-pthread, libblis4-serial, libopenblas0-openmp, libopenblas0-pthread, libopenblas0-serial
-
- dep: libc6 (>= 2.32)
- GNU C ライブラリ: 共有ライブラリ
以下のパッケージによって提供される仮想パッケージでもあります: libc6-udeb
-
- dep: libcombblas2.0.0t64 (>= 2.0.0)
- an extensible parallel graph library for graph analytics
-
- dep: libgcc-s1 (>= 3.0)
- GCC 共有ライブラリ
-
- dep: libgomp1 (>= 6)
- GCC OpenMP (GOMP) サポートライブラリ
-
- dep: liblapack3
- 線形代数ルーチンライブラリ 3 - 共有ライブラリ版
- または liblapack.so.3
- 以下のパッケージによって提供される仮想パッケージです: libatlas3-base, liblapack3, libopenblas0-openmp, libopenblas0-pthread, libopenblas0-serial
-
- dep: libmetis5 (>= 5.1.0.dfsg)
- Serial Graph Partitioning and Fill-reducing Matrix Ordering
-
- dep: libopenmpi3t64 (>= 4.1.6)
- high performance message passing library -- shared library
-
- dep: libptscotch-7.0 (>= 7.0.4)
- MPI programs and libraries for graph, mesh and hypergraph partitioning
-
- dep: libstdc++6 (>= 13.1)
- GNU 標準 C++ ライブラリ v3