Introduction
SuperLU is a general purpose library for solution of large, sparse, non-symmetric systems of linear equations. Callable from C, C++, Fortran.
Uses MPI for distributed processing.
SuperLU itself also comes in other versions, such as sequential, but only the distributed processing version, superlu-dist, is installed at present as this is the most efficient in use for large problems.
Web Page
Versions
5.1.3
Flavours
1
Architecture
x86_64
Group
module load site-local
Build Details
Compiled with:
- intel/compiler/64/2017.1.132
- intel/mpi/64/2017.1.132
- intel/mkl/64/2017.1.132
- parmetis/4.0.3/1
- qhull/2015.2/1
- suitesparse/4.5.3/1
- -O3 -qopenmp -ip -xCore-AVX2 -D_LONGINT
Uses internal CBLAS, MKL BLAS.
Usage
module load superlu-dist/5.1.3/1
Example Job Scripts
None required.
Status
Passes example tests, but some warn
Requires at least 10 processes
so may have issues.