New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
bld_afterconv.cfg in branches/nemo_v3_3_beta/NEMOGCM/TOOLS/COMPILE – NEMO

source: branches/nemo_v3_3_beta/NEMOGCM/TOOLS/COMPILE/bld_afterconv.cfg @ 2384

Last change on this file since 2384 was 2384, checked in by rblod, 13 years ago

Modifications to compile agrif correctly(?) in the beta

  • Property svn:keywords set to Id
File size: 3.1 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::xmlf90::cml          $MAIN_DIR/EXTERNAL/XMLF90/src/cml
16src::xmlf90::dom          $MAIN_DIR/EXTERNAL/XMLF90/src/dom
17src::xmlf90::sax          $MAIN_DIR/EXTERNAL/XMLF90/src/sax
18src::xmlf90::strings      $MAIN_DIR/EXTERNAL/XMLF90/src/strings
19src::xmlf90::wxml         $MAIN_DIR/EXTERNAL/XMLF90/src/wxml
20src::xmlf90::xpath        $MAIN_DIR/EXTERNAL/XMLF90/src/xpath
21src::xmlio                $MAIN_DIR/EXTERNAL/XMLIO_SERVER/src/XMLIO
22src::ioserver             $MAIN_DIR/EXTERNAL/XMLIO_SERVER/src/IOSERVER
23src::ioipsl               $MAIN_DIR/EXTERNAL/IOIPSL/src
24src::agrif                $MAIN_DIR/EXTERNAL/AGRIF/AGRIF_FILES
25src::nemo                 $CONFIG_DIR/$NEW_CONF/BLD/OPAFILES/BLD2/ppsrc/nemo
26src::agrif2model          $CONFIG_DIR/$NEW_CONF/BLD/OPAFILES/BLD3/ppsrc
27
28#bld::lib::xmlf90           xmlf90
29#bld::lib::xmlio            xmlio
30#bld::lib::ioserver         ioserver
31#bld::lib::ioipsl           ioipsl
32#bld::lib::agrif            agrif
33#bld::lib::nemo             nemo
34#bld::target libxmlf90.a libioserver.a libxmlio.a libioipsl.a libagrif.a libnemo.a server.exe nemo.exe
35bld::target  server.exe nemo.exe
36bld::exe_dep
37
38
39dir::root            $NEMO_TDIR/$NEW_CONF/BLD
40
41
42bld::tool::fc        %FC 
43bld::tool::fflags    %FCFLAGS %USER_INC
44bld::tool::fflags::agrif   %FFLAGS %USER_INC
45bld::tool::ld        %LD
46bld::tool::ldflags   %LDFLAGS %USER_LIB
47bld::tool::ar        %AR
48bld::tool::arflags   %ARFLAGS
49bld::tool::make      %MK
50
51# Pre-process code before analysing dependencies
52bld::pp::xmlio    1
53bld::pp::ioserver 1
54bld::pp::ioipsl   1
55bld::pp::nemo     0
56bld::pp::agrif2model     0
57bld::pp::agrif    1
58bld::tool::fpp       cpp
59#bld::tool::fppflags::nemo  %FPPFLAGS
60bld::tool::fppflags::xmlio     %FPPFLAGS
61bld::tool::fppflags::ioserver  %FPPFLAGS
62bld::tool::fppflags::ioipsl    %FPPFLAGS
63bld::tool::fppflags::agrif     %FPPFLAGS
64
65# Ignore the following dependencies
66bld::excl_dep        inc::netcdf.inc
67bld::excl_dep        inc::VT.inc
68bld::excl_dep        use::netcdf
69bld::excl_dep        h::netcdf.inc
70bld::excl_dep        h::mpif.h
71bld::excl_dep        inc::mpif.h
72bld::excl_dep        inc::mpe_logf.h
73bld::excl_dep        use::mpi
74bld::excl_dep        use::mod_prism_proto
75bld::excl_dep        use::mod_prism_def_partition_proto
76bld::excl_dep        use::mod_prism_get_comm
77bld::excl_dep        use::mod_prism_get_proto
78bld::excl_dep        use::mod_prism_put_proto
79bld::excl_dep        use::mod_comprism_proto
80bld::excl_dep        use::mkl_dfti
81# Don't generate interface files
82bld::tool::geninterface none
83
84# Allow ".h90" as an extension for CPP include files
85bld::infile_ext::h90  CPP::INCLUDE
86# extension for module output
87bld::outfile_ext::mod .mod
88
89# rename executable to nemo.exe
90bld::exe_name::model  nemo.exe
91
Note: See TracBrowser for help on using the repository browser.