source: TOOLS/MOSAIX/bld.cfg @ 3620

Last change on this file since 3620 was 3620, checked in by omamce, 6 years ago

O.M. : continue first commit

File size: 1.3 KB
RevLine 
[3620]1# --
2
3cfg::type     bld                           
4cfg::version  1.0                           
5
6bld::tool::shell /bin/bash
7
8
9# ---------- User section -----------
10
11%XIOS_DIR /ccc/cont003/home/gencmip6/p86mart/XIOS
12
13%ROOT    ${PWD}
14%F90     mpif90 -r8
15#%FFLAGS  -O3 -ip -no-prec-div
16#%FFLAGS         -g -check all -check noarg_temp_created -debug all -debug-parameters all -ftrapuv -traceback
17#%FFLAGS         -g -check arg_temp_created -check bounds -check format -check output_conversion -check pointers -check uninit -ftrapuv -traceback
18%FFLAGS  -g -traceback -check all
19#%FFLAGS         -g -check all -check noarg_temp_created -debug all -debug-parameters all -ftrapuv -traceback
20
21# ---------- Do no touch -----------
22
23dir::root     %{ROOT}
24bld::target  interpol.exe # interpol_nemo_to_lmdz.exe interpol_lmdz_to_nemo.exe
25
26search_src    1
27
28# -- Compiler, etc ...
29bld::tool::fc       %{F90}                   
30bld::tool::fflags   %{FFLAGS} -I%{XIOS_DIR}/inc -I${NETCDF_INC_DIR}
31bld::tool::ld       %{F90} %{FFLAGS} -L%{XIOS_DIR}/lib -L${NETCDF_LIB_DIR}
32bld::tool::ldflags  -lxios -lnetcdff -lnetcdf -lstdc++
33bld::tool::ar       ar
34
35# -- Ignore the following dependencies
36bld::excl_dep        use::netcdf
37bld::excl_dep        use::mpi
38bld::excl_dep        inc::mpif.h
39bld::excl_dep        use::xios
40bld::excl_dep        use::mod_wait
41
42# -- Dont generate interface files
43bld::tool::geninterface none
Note: See TracBrowser for help on using the repository browser.