Package: | superlu-dist |
---|---|
Description: | Sparse Linear system solver (distributed mem/MPI) |
For more information: | https://github.com/xiaoyeli/superlu |
Categories: | |
License: | OpenSource (LLNL License) |
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 distributed memory parallelism implementation' of the library. I.e., it uses MPI to allow processes to be spread over cores of multiple nodes.
Please see superlu for a sequential version.
Please see superlu-mt for a multithreaded/shared memory parallelism version (i.e. can use multiple cores on a single node).
The following environmental variables have been defined:
You will probably wish to use these by adding the following flags to your compilation command (e.g. to CFLAGS in your Makefile):
This section lists the available versions of the package superlu-diston the different clusters.
Version | Module tags | CPU(s) optimized for | GPU ready? |
---|---|---|---|
5.3.0 | superlu-dist/5.3.0 | x86_64, zen, zen2 | Y |
7.1.1 | superlu-dist/7.1.1 | x86_64, zen2 | Y |
7.2.0 | superlu-dist/7.2.0 | icelake, x86_64, zen2 | Y |