source: trunk/NEMOGCM/TOOLS/COMPILE/bldxioxag.cfg

Last change on this file was 58, checked in by smasson, 12 years ago

exclude oa3mct dependencies

File size: 2.0 KB
Line 
1# ----------------------- FCM extract configuration file -----------------------
2cfg::type                           bld
3cfg::version                        1.0
4
5
6# ------------------------------------------------------------------------------
7# Build information
8# ------------------------------------------------------------------------------
9
10inc $COMPIL_DIR/arch_nemo.fcm
11inc $COMPIL_DIR/cpp.fcm
12
13search_src           1
14
15src::ioipsl               $MAIN_DIR/EXTERNAL/IOIPSL/src
16src::nemo                 $CONFIG_DIR/$NEW_CONF/WORK
17
18bld::target  nemo.exe
19bld::exe_dep
20
21
22dir::root            $NEMO_TDIR/$NEW_CONF/BLD
23
24
25bld::tool::fc        %FC 
26bld::tool::fflags    %FCFLAGS %USER_INC
27bld::tool::ld        %LD
28bld::tool::ldflags   %LDFLAGS %USER_LIB
29bld::tool::ar        %AR
30bld::tool::arflags   %ARFLAGS
31bld::tool::make      %MK
32
33# Pre-process code before analysing dependencies
34bld::pp::ioipsl   1
35bld::pp::nemo     1
36bld::tool::fpp       $COMPIL_DIR/agrifpp.sh
37bld::tool::fppflags::nemo ${AGRIFUSE} %FPPFLAGS
38bld::tool::fppflags::ioipsl   0 %FPPFLAGS
39
40# Ignore the following dependencies
41bld::excl_dep        inc::netcdf.inc
42bld::excl_dep        inc::VT.inc
43bld::excl_dep        use::netcdf
44bld::excl_dep        use::xios
45bld::excl_dep        h::netcdf.inc
46bld::excl_dep        h::mpif.h
47bld::excl_dep        inc::mpif.h
48bld::excl_dep        inc::mpe_logf.h
49bld::excl_dep        use::mpi
50bld::excl_dep        use::mod_prism
51bld::excl_dep        use::mod_prism_proto
52bld::excl_dep        use::mod_prism_def_partition_proto
53bld::excl_dep        use::mod_prism_get_comm
54bld::excl_dep        use::mod_prism_get_proto
55bld::excl_dep        use::mod_prism_put_proto
56bld::excl_dep        use::mod_comprism_proto
57bld::excl_dep        use::mkl_dfti
58# Don't generate interface files
59bld::tool::geninterface none
60
61# Allow ".h90" as an extension for CPP include files
62bld::infile_ext::h90  CPP::INCLUDE
63
64# extension for module output
65bld::outfile_ext::mod .mod
66
67# rename executable to nemo.exe
68bld::exe_name::model  nemo.exe
69
Note: See TracBrowser for help on using the repository browser.