Examples using BLACS, SCALAPACK, MUMPS, PARDISO for solving sparse arrays in Fortran.
For Linux, MUMPS can be easily obtained:
- Ubuntu / Debian:
apt install libmumps-dev
- CentOS:
apt install mumps-devel
cmake -B build
cmake --build build
The simple examples included test the parallel functionality of MUMPS.