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.
bldxag.cfg in branches/2012/dev_LOCEAN_2012/NEMOGCM/TOOLS/COMPILE – NEMO

source: branches/2012/dev_LOCEAN_2012/NEMOGCM/TOOLS/COMPILE/bldxag.cfg @ 3584

Last change on this file since 3584 was 3584, checked in by cetlod, 11 years ago

Add in branch 2012/dev_LOCEAN_2012 changes from dev_r3438_LOCEAN15_PISLOB & dev_r3387_LOCEAN6_AGRIF_LIM, see ticket 1000

  • Property svn:keywords set to Id
File size: 2.5 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::nemo                 $CONFIG_DIR/$NEW_CONF/WORK
25
26bld::target  server.exe nemo.exe
27bld::exe_dep
28
29
30dir::root            $NEMO_TDIR/$NEW_CONF/BLD
31
32
33bld::tool::fc        %FC 
34bld::tool::fflags    %FCFLAGS %USER_INC
35bld::tool::ld        %LD
36bld::tool::ldflags   %LDFLAGS %USER_LIB
37bld::tool::ar        %AR
38bld::tool::arflags   %ARFLAGS
39bld::tool::make      %MK
40
41# Pre-process code before analysing dependencies
42bld::pp::xmlio    1
43bld::pp::ioserver 1
44bld::pp::ioipsl   1
45bld::pp::nemo     1
46bld::tool::fppflags::nemo     %FPPFLAGS
47bld::tool::fppflags::xmlio    %FPPFLAGS
48bld::tool::fppflags::ioserver %FPPFLAGS
49bld::tool::fppflags::ioipsl   %FPPFLAGS
50
51# Ignore the following dependencies
52bld::excl_dep        inc::netcdf.inc
53bld::excl_dep        inc::VT.inc
54bld::excl_dep        use::netcdf
55bld::excl_dep        h::netcdf.inc
56bld::excl_dep        h::mpif.h
57bld::excl_dep        inc::mpif.h
58bld::excl_dep        inc::mpe_logf.h
59bld::excl_dep        use::mpi
60bld::excl_dep        use::mod_prism_proto
61bld::excl_dep        use::mod_prism_def_partition_proto
62bld::excl_dep        use::mod_prism_get_comm
63bld::excl_dep        use::mod_prism_get_proto
64bld::excl_dep        use::mod_prism_put_proto
65bld::excl_dep        use::mod_comprism_proto
66bld::excl_dep        use::mkl_dfti
67# Don't generate interface files
68bld::tool::geninterface none
69
70# Allow ".h90" as an extension for CPP include files
71bld::infile_ext::h90  CPP::INCLUDE
72
73# extension for module output
74bld::outfile_ext::mod .mod
75
76# rename executable to nemo.exe
77bld::exe_name::model  nemo.exe
78
Note: See TracBrowser for help on using the repository browser.