superlu: Sparse Linear system solver (sequential)
Contents
Overview of package
Package: | superlu |
---|---|
Description: | Sparse Linear system solver (sequential) |
For more information: | https://github.com/xiaoyeli/superlu |
Categories: | |
License: | OpenSource (LLNL License) |
General usage information
SuperLU contains a set of subroutines to solve a sparse linear system A*X=B. It uses Gaussian elimination with partial pivoting (GEPP).
This is the sequential implementation of the library.
Please see superlu-mt for a multithreaded/shared memory parallelism version (i.e. can use multiple cores on a single node).
Please see superlu-dist for a distributed memory/MPI version (i.e can use multiple nodes).
The following environmental variables have been defined:
- \$SUPERLU_ROOT has been set to the root of the superlu installation
- \$SUPERLU_LIBDIR points to the directory containing the libraries
- \$SUPERLU_INCDIR points to the directory containing the header files
You will probably wish to use these by adding the following flags to your compilation command (e.g. to CFLAGS in your Makefile):
- -I\$SUPERLU_INCDIR
- -L\$SUPERLU_LIBDIR -Wl,-rpath,\$SUPERLU_LIBDIR${endlist}
Available versions of the package superlu, by cluster
This section lists the available versions of the package superluon the different clusters.
Available versions of superlu on the Deepthought2 cluster (RHEL8)
Available versions of superlu on the Deepthought2 cluster (RHEL8) Version Module tags CPU optimized for GPU ready? 5.2.1 superlu/5.2.1 ivybridge N Available versions of superlu on the Juggernaut cluster
Available versions of superlu on the Juggernaut cluster Version Module tags CPU optimized for GPU ready? 5.2.1 superlu/5.2.1 broadwell N