How to Install and Uninstall libsuperlu-dist-dev Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 15,2024

1. Install "libsuperlu-dist-dev" package

This guide let you learn how to install libsuperlu-dist-dev on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install libsuperlu-dist-dev

2. Uninstall "libsuperlu-dist-dev" package

Please follow the steps below to uninstall libsuperlu-dist-dev on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove libsuperlu-dist-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libsuperlu-dist-dev package on Ubuntu 21.10 (Impish Indri)

Package: libsuperlu-dist-dev
Architecture: amd64
Version: 6.2.0+dfsg1-3build1
Multi-Arch: same
Priority: optional
Section: universe/libdevel
Source: superlu-dist
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Science Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 1699
Depends: libsuperlu-dist6 (= 6.2.0+dfsg1-3build1), libblas3 | libblas.so.3, libc6 (>= 2.14), libopenmpi3 (>= 4.0.3~rc4)
Filename: pool/universe/s/superlu-dist/libsuperlu-dist-dev_6.2.0+dfsg1-3build1_amd64.deb
Size: 249968
MD5sum: fdff68ec9b49dc02591709245cd81600
SHA1: 6479dd656738c66882e7daf788276ca6ebbb1485
SHA256: a5aeb77db755bc59215d059d8681288f56a8fc7b2813addad0046b46a32e2635
SHA512: 970fa8d895fe3d1ce9c1a25120dd67fae46b38120f697f786769d49cedd44831d83c12a9029d2d5e4631be521a697d0ad1e64e395c55737935734b77cd73416b
Homepage: https://github.com/xiaoyeli/superlu_dist
Description-en: 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.
Description-md5: dc1ebe74903e4a1938fd3dfbc0e0d4de