Thu, 26 Jun 2025 22:18:46 CST | login

Information for build superlu_dist-8.1.2-5.oc9

ID43109
Package Namesuperlu_dist
Version8.1.2
Release5.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/superlu_dist.git?.#152d18d881e09f12c4df6afa8de9c11b6e21a4fb
SummarySolution of large, sparse, nonsymmetric systems of linear equations
DescriptionSuperLU 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. This version uses MPI and OpenMP.
Built bybbrucezhang
State complete
Volume DEFAULT
StartedSat, 14 Jun 2025 16:13:49 CST
CompletedSat, 14 Jun 2025 16:19:35 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/superlu_dist.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/superlu_dist.git?.#origin/master'}}
Tags
dist-oc9-epol
dist-oc9-epol-compose
epol9-test-compose
RPMs
src
superlu_dist-8.1.2-5.oc9.src.rpm (info) (download)
aarch64
superlu_dist-mpich-8.1.2-5.oc9.aarch64.rpm (info) (download)
superlu_dist-mpich-devel-8.1.2-5.oc9.aarch64.rpm (info) (download)
superlu_dist-openmpi-8.1.2-5.oc9.aarch64.rpm (info) (download)
superlu_dist-openmpi-devel-8.1.2-5.oc9.aarch64.rpm (info) (download)
superlu_dist-debugsource-8.1.2-5.oc9.aarch64.rpm (info) (download)
superlu_dist-mpich-debuginfo-8.1.2-5.oc9.aarch64.rpm (info) (download)
superlu_dist-mpich-devel-debuginfo-8.1.2-5.oc9.aarch64.rpm (info) (download)
superlu_dist-openmpi-debuginfo-8.1.2-5.oc9.aarch64.rpm (info) (download)
superlu_dist-openmpi-devel-debuginfo-8.1.2-5.oc9.aarch64.rpm (info) (download)
loongarch64
superlu_dist-mpich-8.1.2-5.oc9.loongarch64.rpm (info) (download)
superlu_dist-mpich-devel-8.1.2-5.oc9.loongarch64.rpm (info) (download)
superlu_dist-openmpi-8.1.2-5.oc9.loongarch64.rpm (info) (download)
superlu_dist-openmpi-devel-8.1.2-5.oc9.loongarch64.rpm (info) (download)
superlu_dist-debugsource-8.1.2-5.oc9.loongarch64.rpm (info) (download)
superlu_dist-mpich-debuginfo-8.1.2-5.oc9.loongarch64.rpm (info) (download)
superlu_dist-mpich-devel-debuginfo-8.1.2-5.oc9.loongarch64.rpm (info) (download)
superlu_dist-openmpi-debuginfo-8.1.2-5.oc9.loongarch64.rpm (info) (download)
superlu_dist-openmpi-devel-debuginfo-8.1.2-5.oc9.loongarch64.rpm (info) (download)
noarch
superlu_dist-doc-8.1.2-5.oc9.noarch.rpm (info) (download)
x86_64
superlu_dist-mpich-8.1.2-5.oc9.x86_64.rpm (info) (download)
superlu_dist-mpich-devel-8.1.2-5.oc9.x86_64.rpm (info) (download)
superlu_dist-openmpi-8.1.2-5.oc9.x86_64.rpm (info) (download)
superlu_dist-openmpi-devel-8.1.2-5.oc9.x86_64.rpm (info) (download)
superlu_dist-debugsource-8.1.2-5.oc9.x86_64.rpm (info) (download)
superlu_dist-mpich-debuginfo-8.1.2-5.oc9.x86_64.rpm (info) (download)
superlu_dist-mpich-devel-debuginfo-8.1.2-5.oc9.x86_64.rpm (info) (download)
superlu_dist-openmpi-debuginfo-8.1.2-5.oc9.x86_64.rpm (info) (download)
superlu_dist-openmpi-devel-debuginfo-8.1.2-5.oc9.x86_64.rpm (info) (download)
Logs
x86_64
dnf.rpm.log
build.log
dnf.librepo.log
hw_info.log
dnf.log
mock_output.log
state.log
root.log
installed_pkgs.log
mock_config.log
noarch_rpmdiff.json
aarch64
state.log
build.log
installed_pkgs.log
root.log
dnf.librepo.log
dnf.rpm.log
dnf.log
mock_output.log
hw_info.log
mock_config.log
noarch_rpmdiff.json
loongarch64
hw_info.log
state.log
build.log
root.log
installed_pkgs.log
mock_output.log
noarch_rpmdiff.json
Changelog * Fri Jun 13 2025 bbrucezhang <bbrucezhang@tencent.com> - 8.1.2-5 - Rebuilt for loongarch64 * Fri Aug 16 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 8.1.2-4 - Rebuilt for loongarch release * Fri Sep 08 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 8.1.2-3 - Rebuilt for OpenCloudOS Stream 23.09 * Fri Apr 28 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 8.1.2-2 - Rebuilt for OpenCloudOS Stream 23.05 * Wed Apr 26 2023 Shuo Wang <abushwang@tencent.com> - 8.1.2-1 - initial build