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 trunk/NEMOGCM/TOOLS/COMPILE – NEMO

source: trunk/NEMOGCM/TOOLS/COMPILE/bldxag.cfg @ 2734

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

Correction for makenemo

  • Property svn:keywords set to Id
File size: 2.5 KB
RevLine 
[2734]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::fpp       $COMPIL_DIR/agrifpp.sh
47bld::tool::fppflags::nemo ${AGRIFUSE} %FPPFLAGS
48bld::tool::fppflags::xmlio    0 %FPPFLAGS
49bld::tool::fppflags::ioserver 0 %FPPFLAGS
50bld::tool::fppflags::ioipsl   0 %FPPFLAGS
51
52# Ignore the following dependencies
53bld::excl_dep        inc::netcdf.inc
54bld::excl_dep        inc::VT.inc
55bld::excl_dep        use::netcdf
56bld::excl_dep        h::netcdf.inc
57bld::excl_dep        h::mpif.h
58bld::excl_dep        inc::mpif.h
59bld::excl_dep        inc::mpe_logf.h
60bld::excl_dep        use::mpi
61bld::excl_dep        use::mod_prism_proto
62bld::excl_dep        use::mod_prism_def_partition_proto
63bld::excl_dep        use::mod_prism_get_comm
64bld::excl_dep        use::mod_prism_get_proto
65bld::excl_dep        use::mod_prism_put_proto
66bld::excl_dep        use::mod_comprism_proto
67bld::excl_dep        use::mkl_dfti
68# Don't generate interface files
69bld::tool::geninterface none
70
71# Allow ".h90" as an extension for CPP include files
72bld::infile_ext::h90  CPP::INCLUDE
73
74# extension for module output
75bld::outfile_ext::mod .mod
76
77# rename executable to nemo.exe
78bld::exe_name::model  nemo.exe
79
Note: See TracBrowser for help on using the repository browser.