gtool ビルドログ @ hamachi-epa

準備

必要なファイルの取得

必要なファイル

http://www.gfd-dennou.org/library/gtool/gtool5/gtool5-20101228-1.tgz
ver. 20101228-1

ビルド

gtool5

ビルドは, ~/work/dcmodel/tmp/gtool 以下で行う.

edit ~/.cshrc to include a following line.

% setenv LD_LIBRARY_PATH /home/yot/local/netcdf-4.3.1.1-pgi/lib:$LD_LIBRARY_PATH"
% source ~/.cshrc

% tar zxvf gtool5-20101228-1.tgz
% cd gtool5-20101228-1/

% setenv FC mpif90
% ./configure \
  --with-netcdf=/home/yot/local/netcdf-4.3.1.1-pgi/lib/libnetcdf.a \
  --with-netcdff=/home/yot/local/netcdf-4.3.1.1-pgi/lib/libnetcdff.a \
  --prefix=/home/yot/work/dcmodel/local/gtool5-20101228-1-pgi \
  --enable-mpi
% make
% make install
% make test-installed