High-performance linear algebra library for distributed memory systems
High-performance linear algebra for distributed memory machines
scalapack$ gfortran -o program program.f90 -L$(brew --prefix scalapack)/lib -lscalapack$ gcc -c mycode.c -I$(brew --prefix scalapack)/include -L$(brew --prefix scalapack)/lib -lscalapack$ ls -la $(brew --prefix scalapack)/lib