superlu-dist 6.1.1+dfsg1-2 source package in Ubuntu

Changelog

superlu-dist (6.1.1+dfsg1-2) unstable; urgency=medium

  * update debian/watch and Homepage to
    https://github.com/xiaoyeli/superlu_dist
  * Support reproducible builds by separating sed -e from sed -r when
    processing Test files. Thanks Chris Lamb. Closes: #933838.
  * debian patch pkgconfig_dist.patch fixes library reference in
    superlu_dist.pc (-lsuperlu_dist not -lsuperlu)

 -- Drew Parsons <email address hidden>  Tue, 06 Aug 2019 13:36:22 +0800

Upload details

Uploaded by:
Debian Science Team
Uploaded to:
Sid
Original maintainer:
Debian Science Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
superlu-dist_6.1.1+dfsg1-2.dsc 2.3 KiB 09d24d1c1755fa21787d115ce0498adedb3407d34691487cab21537d6db35a82
superlu-dist_6.1.1+dfsg1.orig.tar.xz 503.5 KiB 5a64cf348150dfead3f604b97226d3955e42772c60e1b4d8e4ffa07b49d8e65d
superlu-dist_6.1.1+dfsg1-2.debian.tar.xz 7.5 KiB 4fc97e4eedac97fdeefae53c255ba6ed484cf731fd38a23716fe9dcb71aef80e

Available diffs

No changes file available.

Binary packages built by this source

libsuperlu-dist-dev: No summary available for libsuperlu-dist-dev in ubuntu eoan.

No description available for libsuperlu-dist-dev in ubuntu eoan.

libsuperlu-dist-dev-dbgsym: No summary available for libsuperlu-dist-dev-dbgsym in ubuntu eoan.

No description available for libsuperlu-dist-dev-dbgsym in ubuntu eoan.

libsuperlu-dist6: Highly distributed solution of sparse linear equations

 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.
 .
 SuperLU_DIST implements the algorithms for distributed memory,
 targetting highly parallel distributed memory hybrid systems. The
 numerical factorization routines are already implemented for hybrid
 systems with multiple GPUs. Further work will be needed to implement
 the other phases of the algorithms on the hybrid systems and to
 enhance strong scaling to extreme scale.
 .
 This package provides the superlu-dist shared library.

libsuperlu-dist6-dbgsym: debug symbols for libsuperlu-dist6