LoginSignup
0
0

More than 5 years have passed since last update.

devsimインストール

Last updated at Posted at 2017-01-05

devsimのインストール方法をメモ。

devsimを以下のコマンドでgitクローンしてくる。

git clone https://github.com/devsim/devsim

その後、INSTALLに記載されている手順に従う。
acmlは以下からダウンロードしてくる。
http://developer.amd.com/tools-and-sdks/archive/compute/amd-core-math-library-acml/acml-archive-downloads/

symdiffは別途、以下からクローンしてくる必要がある。

cgnslibのインストールは、INSTALLでは

cmake -DBUILD_CGNSTOOLS=ON -DCMAKE_INSTALL_PREFIX=$PWD/../../cgnslib ..

となっているが、ここではをBUILD_CGNSTOOLSをOFFにして

cmake -DBUILD_CGNSTOOLS=OFF -DCMAKE_INSTALL_PREFIX=$PWD/../../cgnslib ..

とする。ONにするとOpenGLとX関連のヘッダファイルやライブラリが見つからないエラーが出た。必須ではないよう。

あとは特に弊害はなかった。

0
0
1

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
0
0