Information for build SuperLU-5.3.0-2.oc9

ID16747
Package NameSuperLU
Version5.3.0
Release2.oc9
Epoch
Sourcegit+https://gitee.com/src-opencloudos-rpms/SuperLU.git?.#570b487f2a919d0c9d79c5806cba75f442fe7f4d
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 byjiaxinyyang
State complete
Volume DEFAULT
StartedMon, 16 Oct 2023 10:49:20 CST
CompletedMon, 16 Oct 2023 10:50:36 CST
Taskbuild (dist-oc9-epol, /src-opencloudos-rpms/SuperLU.git:.:origin/oc9)
Extra{'source': {'original_url': 'git+https://gitee.com/src-opencloudos-rpms/SuperLU.git?.#origin/oc9'}}
Tags
dist-oc9-epol
dist-oc9-epol-compose
RPMs
src
SuperLU-5.3.0-2.oc9.src.rpm (info) (download)
aarch64
SuperLU-5.3.0-2.oc9.aarch64.rpm (info) (download)
SuperLU-devel-5.3.0-2.oc9.aarch64.rpm (info) (download)
SuperLU-debuginfo-5.3.0-2.oc9.aarch64.rpm (info) (download)
SuperLU-debugsource-5.3.0-2.oc9.aarch64.rpm (info) (download)
noarch
SuperLU-doc-5.3.0-2.oc9.noarch.rpm (info) (download)
x86_64
SuperLU-5.3.0-2.oc9.x86_64.rpm (info) (download)
SuperLU-devel-5.3.0-2.oc9.x86_64.rpm (info) (download)
SuperLU-debuginfo-5.3.0-2.oc9.x86_64.rpm (info) (download)
SuperLU-debugsource-5.3.0-2.oc9.x86_64.rpm (info) (download)
Logs
x86_64
root.log
build.log
installed_pkgs.log
state.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
aarch64
state.log
installed_pkgs.log
build.log
root.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
Changelog * 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