Sat, 20 Apr 2024 11:40:32 UTC | login

Information for build superlu_dist-6.1.1-3.fc33

ID166678
Package Namesuperlu_dist
Version6.1.1
Release3.fc33
Epoch1
Sourcegit+https://src.fedoraproject.org/rpms/superlu_dist.git#6501f5815a75490f54bccfafc32305bbc94fbac9
SummarySolution of large, sparse, nonsymmetric systems of linear equations
Description 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. This version uses MPI and OpenMP.
Built bydavidlt
State failed
Volume DEFAULT
StartedTue, 14 Jul 2020 13:14:57 UTC
CompletedTue, 14 Jul 2020 13:23:35 UTC
Taskbuild (f33, /rpms/superlu_dist.git:6501f5815a75490f54bccfafc32305bbc94fbac9)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/superlu_dist.git#6501f5815a75490f54bccfafc32305bbc94fbac9'}}
Tags No tags
RPMs No RPMs
Changelog * Mon Apr 13 2020 Dave Love <loveshack@fedoraproject.org> - 1:6.1.1-3 - Introduce epoch and revert incompatible change to 6.3.1 * Thu Apr 09 2020 Dave Love <loveshack@fedoraproject.org> - 6.3.1-1 - New version * Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 6.1.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Thu Sep 12 2019 Dave Love <loveshack@fedoraproject.org> - 6.1.1-1 - New version * Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 6.1.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Thu Feb 14 2019 Orion Poplawski <orion@nwra.com> - 6.1.0-2 - Rebuild for openmpi 3.1.3 * Sun Feb 03 2019 Antonio Trande <sagitter@fedoraproject.org> - 6.1.0-1 - Release 6.1.0 * Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 6.0.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Sun Dec 16 2018 Orion Poplawski <orion@cora.nwra.com> - 6.0.0-3 - libsuperlu_dist is a C++ library, link with mpicxx - Allow oversubscription with openmpi in tests * Thu Nov 29 2018 Orion Poplawski <orion@cora.nwra.com> - 6.0.0-2 - Re-enable tests - seem to be working with openmpi 2.1.6rc1 * Wed Nov 21 2018 Dave Love <loveshack@fedoraproject.org> - 6.0.0-1 - New version - Avoid tests * Thu Jul 19 2018 Sandro Mani <manisandro@gmail.com> - 5.4.0-3 - Rebuild (scotch)