scalapack

High-performance linear algebra library for distributed memory systems

brewmacoslinux
Try with needOr install directly
Source

About

High-performance linear algebra for distributed memory machines

Commands

scalapack

Examples

Link ScaLAPACK library in Fortran code for distributed matrix operations$ gfortran -o program program.f90 -L$(brew --prefix scalapack)/lib -lscalapack
Include ScaLAPACK headers in C/C++ compilation for parallel linear algebra$ gcc -c mycode.c -I$(brew --prefix scalapack)/include -L$(brew --prefix scalapack)/lib -lscalapack
Check ScaLAPACK installation path and available libraries$ ls -la $(brew --prefix scalapack)/lib