sparse-fortran
sparse-fortran copied to clipboard
Sparse array examples using MUMPS, Scalapack, BLACS, PARDISO with CMake
Sparse Fortran libraries
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.