spml ビルドログ @ vizfront
- 作業日 2018/04/04
- 作業者 高橋芳幸
準備
必要なファイルの取得
必要なファイル
- spmodel
http://www.gfd-dennou.org/library/spmodel/spml-0.8.0.tar.gz ver. 0.8.0
ビルド
spml
ビルドは, ~/work/dcmodel/tmp/spml 以下で行う.
$ tar xvf spml-0.8.0.tar.gz $ cd spml-0.8.0 $ export FC=mpif90 $ export FCFLAGS="-O3 -xAVX -qopenmp -qopt-report=0 -qopt-report-phase=openmp -qopt-report-file=stdout" $ ./configure \ --with-ispack=/home/G15023/yot/local/ispack-1.0.4-intel/lib/libisp.a \ --with-netcdf=/home/G15023/yot/local/netcdf-4.4.1.1-fortran-4.4.4-intel/lib/libnetcdf.a \ --with-netcdff=/home/G15023/yot/local/netcdf-4.4.1.1-fortran-4.4.4-intel/lib/libnetcdff.a \ --with-gtool5=/home/G15023/yot/work/dcmodel/local/gtool5-20160613-intel/lib/libgtool5.a \ --prefix=/home/G15023/yot/work/dcmodel/local/spml-0.8.0-intel \ --with-mpifc=mpif90 $ make $ make install
現在,
% make test
は上手く通らない.