InstallEigenSolvers - t-sakashita/rokko GitHub Wiki
固有値ソルバのインストール
MAC ports
sudo port install openBLAS
sudo port install scalapack
デフォルトのMPIの確かめ方 $ which mpicxx /opt/local/bin/mpicxx
$ ls -la /opt/local/bin/mpicxx lrwxr-xr-x 1 root admin 35 7 15 22:21 /opt/local/bin/mpicxx@ -> /opt/local/bin/mpicxx-openmpi-gcc48
###PETScとSLEPcのインストール sudo port install petsc +openmpi sudo port install slepc +openmpi Add the following line to your .bash_profile if you plan to use the PETSC makefile rules in /opt/local/lib/petsc/conf: export PETSC_DIR=/opt/local/lib/petsc