Thu, 26 Jun 2025 20:38:14 CST | login

Information for build SuperLU-6.0.1-3.oc9

ID43103
Package NameSuperLU
Version6.0.1
Release3.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/SuperLU.git?.#22aa990319d09196e3f0aff0e5d42ec9bde3e828
SummarySubroutines to solve sparse linear systems
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.
Built bybbrucezhang
State complete
Volume DEFAULT
StartedSat, 14 Jun 2025 16:06:28 CST
CompletedSat, 14 Jun 2025 16:14:07 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/SuperLU.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/SuperLU.git?.#origin/master'}}
Tags
dist-oc9-epol
dist-oc9-epol-compose
epol9-test-compose
RPMs
src
SuperLU-6.0.1-3.oc9.src.rpm (info) (download)
aarch64
SuperLU-6.0.1-3.oc9.aarch64.rpm (info) (download)
SuperLU-devel-6.0.1-3.oc9.aarch64.rpm (info) (download)
SuperLU-debuginfo-6.0.1-3.oc9.aarch64.rpm (info) (download)
SuperLU-debugsource-6.0.1-3.oc9.aarch64.rpm (info) (download)
loongarch64
SuperLU-6.0.1-3.oc9.loongarch64.rpm (info) (download)
SuperLU-devel-6.0.1-3.oc9.loongarch64.rpm (info) (download)
SuperLU-debuginfo-6.0.1-3.oc9.loongarch64.rpm (info) (download)
SuperLU-debugsource-6.0.1-3.oc9.loongarch64.rpm (info) (download)
noarch
SuperLU-doc-6.0.1-3.oc9.noarch.rpm (info) (download)
x86_64
SuperLU-6.0.1-3.oc9.x86_64.rpm (info) (download)
SuperLU-devel-6.0.1-3.oc9.x86_64.rpm (info) (download)
SuperLU-debuginfo-6.0.1-3.oc9.x86_64.rpm (info) (download)
SuperLU-debugsource-6.0.1-3.oc9.x86_64.rpm (info) (download)
Logs
x86_64
dnf.rpm.log
dnf.librepo.log
mock_output.log
dnf.log
state.log
installed_pkgs.log
build.log
mock_config.log
hw_info.log
root.log
noarch_rpmdiff.json
aarch64
root.log
mock_config.log
dnf.rpm.log
hw_info.log
installed_pkgs.log
mock_output.log
dnf.log
state.log
build.log
dnf.librepo.log
noarch_rpmdiff.json
loongarch64
state.log
build.log
root.log
hw_info.log
installed_pkgs.log
mock_output.log
noarch_rpmdiff.json
Changelog * Fri Jun 13 2025 bbrucezhang <bbrucezhang@tencent.com> - 6.0.1-3 - Rebuilt for loongarch64 * Fri Aug 16 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 6.0.1-2 - Rebuilt for loongarch release * Wed Jan 03 2024 Upgrade Robot <upbot@opencloudos.org> - 6.0.1-1 - Upgrade to version 6.0.1 * Fri Sep 08 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 5.3.0-3 - Rebuilt for OpenCloudOS Stream 23.09 * Fri Apr 28 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 5.3.0-2 - Rebuilt for OpenCloudOS Stream 23.05 * Sun Apr 23 2023 cunshunxia <cunshunxia@tencent.com> - 5.3.0-1 - initial build