Sparse Fortran libraries

March 10, 2022 ยท View on GitHub

Actions Status

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.