superlu-dist 6.2.0+dfsg1-3 source package in Ubuntu

Changelog

superlu-dist (6.2.0+dfsg1-3) unstable; urgency=medium

  * replace all instances of CURDIR in test scripts to get
    reproducible builds. Thanks Chris Lamb. Closes: #945576.

 -- Drew Parsons <email address hidden>  Sat, 30 Nov 2019 14:37:05 +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.2.0+dfsg1-3.dsc 2.3 KiB 28c262342eac8dd8f02ec16e735bc0ed64dacd1dcc96f1895b7daa81aa0e82fa
superlu-dist_6.2.0+dfsg1.orig.tar.xz 504.3 KiB 20c90134a7b31e8c491da781ca0686dacf59ed8fc7f231de0def0526c6c06511
superlu-dist_6.2.0+dfsg1-3.debian.tar.xz 7.6 KiB 03a5a7dc6d4f6ba7f171405e3759e0986d660878c30e89c8598c4ace2f8e3905

No changes file available.

Binary packages built by this source

libsuperlu-dist-dev: 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 development files for building client
 applications against superlu-dist.

libsuperlu-dist-dev-dbgsym: debug symbols for libsuperlu-dist-dev
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