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_nesting.cfg in utils/build/mk – NEMO

source: utils/build/mk/bld_nesting.cfg @ 10080

Last change on this file since 10080 was 10080, checked in by rblod, 6 years ago

The irst step of many

File size: 1.4 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_tools.fcm
11
12search_src           1
13
14src::nemo                 $TOOLS_DIR/$NEW_CONF/src
15src::agrif                $MAIN_DIR/ext/AGRIF/AGRIF_FILES
16
17bld::exe_dep
18
19dir::root                 $NEMO_TDIR/$NEW_CONF/BLD
20
21bld::tool::cpp       %CPP
22bld::tool::fpp       %CPP
23bld::tool::fc        %FC 
24bld::tool::fflags    %FCFLAGS %USER_INC
25bld::tool::ld        %LD
26bld::tool::ldflags   %LDFLAGS %USER_LIB
27bld::tool::ar        %AR
28bld::tool::arflags   %ARFLAGS
29bld::tool::make      %MK
30
31# Ignore the following dependencies
32bld::excl_dep        inc::netcdf.inc
33bld::excl_dep        use::netcdf
34bld::excl_dep        use::xios
35bld::excl_dep        h::netcdf.inc
36bld::excl_dep        h::mpif.h
37bld::excl_dep        inc::mpif.h
38bld::excl_dep        use::mpi
39
40#
41bld::pp::agrif    1
42bld::tool::fppkeys   AGRIF_MPI
43bld::tool::fppflags::agrif     
44
45
46# Don't generate interface files
47bld::tool::geninterface none
48
49# Allow ".h90" as an extension for CPP include files
50bld::infile_ext::h90  CPP::INCLUDE
51
52# extension for module output
53bld::outfile_ext::mod .mod
54
55# rename executable to nemo.exe
56bld::exe_name::model  nemo.exe
Note: See TracBrowser for help on using the repository browser.