superlu 5.3.0
Supernodal direct solver for sparse linear systems
SuperLU is a general purpose library for the direct solution of large, sparse, nonsymmetric systems of linear equations on high performance machines. The library is written in C and is callable from either C or Fortran. The library routines perform an LU decomposition with partial pivoting and triangular system solves through forward and back substitution. The library also provides threshold-based ILU factorization preconditioners.
- Outputs:
out - Website: https://portal.nersc.gov/project/sparse/superlu/
- Licenses: FSF-free · GPL 2+ · Modified BSD
- Package source: gnu/packages/maths.scm
- Builds: See build status
- Issues: See known issues
Installation
Install superlu 5.3.0 as follows:
guix install superlu@5.3.0
Or install the latest version:
guix install superlu
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.