木曜日, 8月 18, 2016

IllinoisGRMHDインストール方法 備忘録 追記

●事前の準備
・gitのインストール
yum (もしくはapt-get) install git

・subversionのインストール
yum (もしくはapt-get) install subversion

・Einstein Toolkitのインストール
curl -kLO https://raw.githubusercontent.com/gridaphobe/CRL/ET_2016_05/GetComponents
chmod a+x GetComponents
./GetComponents --parallel https://bitbucket.org/einsteintoolkit/manifest/raw/ET_2016_05/einsteintoolkit.th

・OpenMPIのインストール
http://hi-a-tus.hatenablog.com/entry/2014/11/30/120452
を参考にする。