LoginSignup
1
0

More than 3 years have passed since last update.

FrontISTR v5.0 を macOSでMUMPS/Metis込みで最速でコンパイルする手順

Last updated at Posted at 2019-09-24

細かいことは抜きにして、最も手っ取り早い方法です。
動けばいいという人向け。

ビルド環境及び並列計算の構築 (パッケージ)

brew install gcc cmake open-mpi 
brew tap dpo/openblas
brew tap-pin dpo/openblas
brew install metis openblas scalapack
brew install mumps

git clone https://github.com/FrontISTR/FrontISTR.git
cd FrontISTR
mkdir build; cd build
cmake  ..
make -j
make install
1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0