superlu-dist 5.2.2+dfsg1-1 source package in Ubuntu

Changelog

superlu-dist (5.2.2+dfsg1-1) unstable; urgency=medium

  * Team upload.
  * Initial release (Closes: #735679).
    - debian patch mc64ad_dist-stub.patch provides stubs for
      mc64ad_dist.c (removed, since non-free)
  * Parmetis/Metis (non-free) are not supported in this build
  * configuration errors are currently ignored to work around spurious
    warnings about install dirs.
  * build-time test are treated as information only
    (build is not halted when tests fail)

 -- Drew Parsons <email address hidden>  Tue, 14 Nov 2017 19:49:41 +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_5.2.2+dfsg1-1.dsc 2.2 KiB 238775090ec4d199a6f8022a2bc12a1c457aa0703c29f7a00cb887666eb91024
superlu-dist_5.2.2+dfsg1.orig.tar.gz 940.7 KiB c3c4e18b663e5bd1d4b57293646bb613aa2ad3c695817afcc46d4aeff5407644
superlu-dist_5.2.2+dfsg1-1.debian.tar.xz 4.6 KiB b4b32bac958ed41d57eaa90e568f9bf4728878e4d969386ef654e691df2aedcd

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