Line | |
---|
1 | # -- |
---|
2 | ## SVN information |
---|
3 | # $Author: omamce $ |
---|
4 | # $Date: 2018-03-12 11:17:59 +0100 (Mon, 12 Mar 2018) $ |
---|
5 | # $Revision: 3625 $ |
---|
6 | # $Id: CreateWeightsMask.bash 3625 2018-03-12 10:17:59Z omamce $ |
---|
7 | # $HeadURL: svn+ssh://omamce@forge.ipsl.jussieu.fr/ipsl/forge/projets/igcmg/svn/TOOLS/MOSAIX/CreateWeightsMask.bash $ |
---|
8 | # |
---|
9 | |
---|
10 | cfg::type bld |
---|
11 | cfg::version 1.0 |
---|
12 | |
---|
13 | bld::tool::shell /bin/bash |
---|
14 | |
---|
15 | |
---|
16 | # ---------- User section ----------- |
---|
17 | |
---|
18 | %XIOS_DIR /ccc/cont003/home/gencmip6/p86mart/XIOS |
---|
19 | |
---|
20 | %ROOT ${PWD} |
---|
21 | %F90 mpif90 -r8 |
---|
22 | #%FFLAGS -O3 -ip -no-prec-div |
---|
23 | #%FFLAGS -g -check all -check noarg_temp_created -debug all -debug-parameters all -ftrapuv -traceback |
---|
24 | #%FFLAGS -g -check arg_temp_created -check bounds -check format -check output_conversion -check pointers -check uninit -ftrapuv -traceback |
---|
25 | %FFLAGS -g -traceback -check all |
---|
26 | #%FFLAGS -g -check all -check noarg_temp_created -debug all -debug-parameters all -ftrapuv -traceback |
---|
27 | |
---|
28 | # ---------- Do no touch ----------- |
---|
29 | |
---|
30 | dir::root %{ROOT} |
---|
31 | bld::target interpol.exe # interpol_nemo_to_lmdz.exe interpol_lmdz_to_nemo.exe |
---|
32 | |
---|
33 | search_src 1 |
---|
34 | |
---|
35 | # -- Compiler, etc ... |
---|
36 | bld::tool::fc %{F90} |
---|
37 | bld::tool::fflags %{FFLAGS} -I%{XIOS_DIR}/inc -I${NETCDF_INC_DIR} |
---|
38 | bld::tool::ld %{F90} %{FFLAGS} -L%{XIOS_DIR}/lib -L${NETCDF_LIB_DIR} |
---|
39 | bld::tool::ldflags -lxios -lnetcdff -lnetcdf -lstdc++ |
---|
40 | bld::tool::ar ar |
---|
41 | |
---|
42 | # -- Ignore the following dependencies |
---|
43 | bld::excl_dep use::netcdf |
---|
44 | bld::excl_dep use::mpi |
---|
45 | bld::excl_dep inc::mpif.h |
---|
46 | bld::excl_dep use::xios |
---|
47 | bld::excl_dep use::mod_wait |
---|
48 | |
---|
49 | # -- Dont generate interface files |
---|
50 | bld::tool::geninterface none |
---|
Note: See
TracBrowser
for help on using the repository browser.