ispack ビルドログ @ vizfront
- 作業日 2018/04/04
- 作業者 高橋芳幸
準備
必要なファイルの取得
必要なファイル
- ispack
http://www.gfd-dennou.org/library/ispack/ispack-1.0.4.tar.gz ver 1.0.4
ビルド
ビルドは, ~/tmp/ispack 以下で行う.
$ gzip -cd ispack-1.0.4.tar.gz | tar -xvf - $ cd ispack-1.0.4
Mkincludeの編集.
以下の箇所を変更する.
FC = ifort FFLAGS = -O3 -xAVX -qopenmp -qopt-report=0 -qopt-report-phase=omp -qopt-report-file=stdout MPIFC = mpif90 MPIFFLAGS = -O3 -xAVX -qopenmp CC = icc CFLAGS = -O3 -xAVX -ip -no-prec-div -static-intel -qopt-report=0 -qopt-report-phase=omp -qopt-report-file=stdout CPP = icc -E CPPFLAGS = SSE = fort
コンパイル
$ make |& tee make.log
移動
$ mkdir -p ~/local/ispack-1.0.4-intel/lib $ cp libisp.a ~/local/ispack-1.0.4-intel/lib