Skip to content

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

License

Notifications You must be signed in to change notification settings

scivision/sparse-fortran

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.