DCPAM ビルドログ @ joho19-itpass with Fujitsu compiler
- 作業日 2016/05/31
- 作業者 高橋芳幸
DCPAM を joho19-itpass で動かす.
環境
- Intel(R) Core(TM) i7-4770K CPU @ 3.50GHz
- Debian
- frt: Fujitsu Fortran Driver Version 1.0 (Nov 1 2005 19:59:21)
準備
ライブラリのビルド
- <URL:../2015-11-09_yot_dcpam_build_log_joho19-itpass_frt/mpich.htm>
- <URL:../2015-11-09_yot_dcpam_build_log_joho19-itpass_frt/ispack.htm>
- <URL:zlib.htm>
- <URL:hdf5.htm>
- <URL:netcdf.htm>
- <URL:gtool.htm>, <URL:gtool_serial.htm>
- <URL:spml.htm>, <URL:spml_serial.htm>
必要なファイルの取得
必要なファイル
- DCPAM
http://www.gfd-dennou.org/library/dcpam/dcpam5/dcpam5-20160517.tgz ver. 20160517
ビルド
DCPAM
% tar xvf dcpam5-20160517.tgz % cd dcpam5-20160517 % setenv FC mpif90 % setenv FFLAGS "-Am -Kfast -KOMP -DSJPACK -DSLTT2D1DMONOTONIC" % ./configure \ --with-ispack=/home/yot/local/ispack-1.0.4-Fujitsu-Kfast-KOMP/lib/libisp.a \ --with-netcdf=/home/yot/local/netcdf-c4.2.1-f4.2-rc1-frt-gnu/lib/libnetcdf.a \ --with-netcdff=/home/yot/local/netcdf-c4.2.1-f4.2-rc1-frt-gnu/lib/libnetcdff.a \ --with-gtool5=/home/yot/work/dcmodel/local/gtool5-20101228-1-Fujitsu-mpi/lib/libgtool5.a \ --with-spml=/home/yot/work/dcmodel/local/spml-0.8.0-Fujitsu-Kfast-KOMP-mpi/lib/libspml-ssl2-omp.a \ --enable-mpi % make
DCPAM の実行
実行方法は, DCPAM のドキュメントを参照すること.