/sparse-fortran

Sparse array examples using MUMPS, Scalapack, BLACS, PARDISO with CMake

Primary LanguageCMakeMIT LicenseMIT

Sparse Fortran libraries

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.