Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

superlu_dist-openmpi-6.1.1-1.el8 RPM for s390x

From EPEL 8 for s390x / Packages / s

Name: superlu_dist-openmpi Distribution: Fedora Project
Version: 6.1.1 Vendor: Fedora Project
Release: 1.el8 Build date: Thu Sep 12 17:52:57 2019
Group: Unspecified Build host: unused
Size: 1203257 Source RPM: superlu_dist-6.1.1-1.el8.src.rpm
Packager: Fedora Project
Url: http://crd-legacy.lbl.gov/~xiaoye/SuperLU/
Summary: Solution of large, sparse, nonsymmetric systems of linear equations - openmpi
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.

This is the openmpi version.

Provides

Requires

License

BSD

Changelog

* 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)
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 5.4.0-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Tue Jul 10 2018 Dave Love <loveshack@fedoraproject.org> - 5.4.0-1
  - New version
* Thu Apr 26 2018 Dave Love <loveshack@fedoraproject.org> - 5.3.0-3
  - Require ptscotch-mpich-devel-parmetis
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 5.3.0-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
* Tue Jan 30 2018 Dave Love <loveshack@fedoraproject.org> - 5.3.0-1
  - New version
  - Update sovar
  - Drop patch
* Sun Nov 05 2017 Dave Love <loveshack@fedoraproject.org> - 5.2.2-2
  - Link againt ptscothmetis et al
* Tue Oct 31 2017 Dave Love <loveshack@fedoraproject.org> - 5.2.2-1
  - New version
  - Drop output and cmake patches
  - Update soname minor version (added function)
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.1.3-8
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.1.3-7
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
* Fri Jun 09 2017 Dave Love <loveshack@fedoraproject.org> - 5.1.3-6
  - Maybe use openblas_arches instead
* Thu Jun 08 2017 Dave Love <loveshack@fedoraproject.org> - 5.1.3-5
  - Fix up mpich-devel requirement for el7 7.3
  - Avoid openblas on s3909(x)
* Sat Jun 03 2017 Dave Love <loveshack@fedoraproject.org> - 5.1.3-4
  - Fix mpich conditional
  - Build for openmpi on s390 f25+
* Tue Apr 18 2017 Dave Love <loveshack@fedoraproject.org> - 5.1.3-3
  - Rebuild for fix to rhbz #1435690
* Wed Apr 12 2017 Dave Love <loveshack@fedoraproject.org> - 5.1.3-2
  - Fix EXAMPLES clean up
* Wed Apr 12 2017 Dave Love <loveshack@fedoraproject.org> - 5.1.3-1
  - Exclude check on power64 and fix the mpich conditional
* Wed Mar 08 2017 Dave Love <loveshack@fedoraproject.org> - 5.1.3-1
  - New version
* Fri Nov 25 2016 Dave Love <loveshack@fedoraproject.org> - 5.1.2-3
  - Use optflags, __global_ldflags
* Thu Nov 17 2016 Dave Love <loveshack@fedoraproject.org> - 5.1.2-2
  - Patch to avoid large diagnostic output
* Thu Oct 27 2016 Dave Love <loveshack@fedoraproject.org> - 5.1.2-1
  - New version
  - Drop the OpenMP patch
* Sat Oct 22 2016 Dave Love <loveshack@fedoraproject.org> - 5.1.1-3
  - Fix soname
* Wed Oct 19 2016 Dave Love <loveshack@fedoraproject.org> - 5.1.1-2
  - Conditionalize openmpi
* Mon Oct 17 2016 Dave Love <loveshack@fedoraproject.org> - 5.1.1-1
  - New version
  - Drop some patches and use ptscotch to replace parmetis
  - Add mpich version
  - Make -doc package
* Fri Nov 20 2015 Dave Love <loveshack@fedoraproject.org> - 4.2-1
  - Initial version

Files

/usr/lib/.build-id
/usr/lib/.build-id/a5
/usr/lib/.build-id/a5/999a4839c576e9d97f5e9d6acaaf2a132c0d6e
/usr/lib64/openmpi/lib/libsuperlu_dist.so.1
/usr/lib64/openmpi/lib/libsuperlu_dist.so.1.3
/usr/lib64/openmpi/lib/libsuperlu_dist.so.1.3.0
/usr/share/licenses/superlu_dist-openmpi
/usr/share/licenses/superlu_dist-openmpi/License.txt


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed Apr 17 04:08:46 2024