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

source: branches/nemo_v3_3_beta/NEMOGCM/TOOLS/COMPILE/bld.cfg @ 2528

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

Fix agrif execution problem by reverting changeset 2384

  • Property svn:keywords set to Id
File size: 3.0 KB
RevLine 
[1972]1# ----------------------- FCM extract configuration file -----------------------
2cfg::type                           bld
3cfg::version                        1.0
4
5
6# ------------------------------------------------------------------------------
7# Build information
8# ------------------------------------------------------------------------------
9
[2136]10inc $COMPIL_DIR/arch_nemo.fcm
11inc $COMPIL_DIR/cpp.fcm
[1972]12
[2014]13search_src           1
[2011]14
[2036]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
[2011]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
[1972]24src::agrif                $MAIN_DIR/EXTERNAL/AGRIF/AGRIF_FILES
25src::nemo                 $CONFIG_DIR/$NEW_CONF/WORK
26
[2159]27#bld::lib::xmlf90           xmlf90
28#bld::lib::xmlio            xmlio
29#bld::lib::ioserver         ioserver
30#bld::lib::ioipsl           ioipsl
31#bld::lib::agrif            agrif
32#bld::lib::nemo             nemo
33#bld::target libxmlf90.a libioserver.a libxmlio.a libioipsl.a libagrif.a libnemo.a server.exe nemo.exe
[2178]34bld::target  server.exe nemo.exe
35bld::exe_dep
[1972]36
[2012]37
[1972]38dir::root            $NEMO_TDIR/$NEW_CONF/BLD
39
40
41bld::tool::fc        %FC 
[2036]42bld::tool::fflags    %FCFLAGS %USER_INC
43bld::tool::fflags::agrif   %FFLAGS %USER_INC
[1972]44bld::tool::ld        %LD
[2036]45bld::tool::ldflags   %LDFLAGS %USER_LIB
[1972]46bld::tool::ar        %AR
47bld::tool::arflags   %ARFLAGS
[1987]48bld::tool::make      %MK
[1972]49
50# Pre-process code before analysing dependencies
[2011]51bld::pp::xmlio    1
52bld::pp::ioserver 1
53bld::pp::ioipsl   1
54bld::pp::nemo     1
55bld::pp::agrif    1
[2437]56bld::tool::fpp       $COMPIL_DIR/agrifpp.sh
57bld::tool::fppflags::nemo ${AGRIFUSE} %FPPFLAGS
58bld::tool::fppflags::xmlio    0 %FPPFLAGS
59bld::tool::fppflags::ioserver 0 %FPPFLAGS
60bld::tool::fppflags::ioipsl   0 %FPPFLAGS
61bld::tool::fppflags::agrif    0 %FPPFLAGS
[1972]62
63# Ignore the following dependencies
64bld::excl_dep        inc::netcdf.inc
[2011]65bld::excl_dep        inc::VT.inc
[1972]66bld::excl_dep        use::netcdf
67bld::excl_dep        h::netcdf.inc
68bld::excl_dep        h::mpif.h
69bld::excl_dep        inc::mpif.h
[2011]70bld::excl_dep        inc::mpe_logf.h
71bld::excl_dep        use::mpi
[1972]72bld::excl_dep        use::mod_prism_proto
73bld::excl_dep        use::mod_prism_def_partition_proto
[2011]74bld::excl_dep        use::mod_prism_get_comm
[1972]75bld::excl_dep        use::mod_prism_get_proto
76bld::excl_dep        use::mod_prism_put_proto
[2267]77bld::excl_dep        use::mod_comprism_proto
[1972]78bld::excl_dep        use::mkl_dfti
79# Don't generate interface files
80bld::tool::geninterface none
81
82# Allow ".h90" as an extension for CPP include files
83bld::infile_ext::h90  CPP::INCLUDE
84
85# extension for module output
86bld::outfile_ext::mod .mod
87
88# rename executable to nemo.exe
89bld::exe_name::model  nemo.exe
90
Note: See TracBrowser for help on using the repository browser.