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

source: branches/nemo_v3_3_beta/NEMOGCM/TOOLS/COMPILE/bldxio.cfg @ 2437

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

Fix agrif execution problem by reverting changeset 2384

File size: 2.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::ioipsl               $MAIN_DIR/EXTERNAL/IOIPSL/src
16src::agrif                $MAIN_DIR/EXTERNAL/AGRIF/AGRIF_FILES
17src::nemo                 $CONFIG_DIR/$NEW_CONF/WORK
18
19bld::target  nemo.exe
20bld::exe_dep
21
22
23dir::root            $NEMO_TDIR/$NEW_CONF/BLD
24
25
26bld::tool::fc        %FC 
27bld::tool::fflags    %FCFLAGS %USER_INC
28bld::tool::fflags::agrif   %FFLAGS %USER_INC
29bld::tool::ld        %LD
30bld::tool::ldflags   %LDFLAGS %USER_LIB
31bld::tool::ar        %AR
32bld::tool::arflags   %ARFLAGS
33bld::tool::make      %MK
34
35# Pre-process code before analysing dependencies
36bld::pp::ioipsl   1
37bld::pp::nemo     1
38bld::pp::agrif    1
39bld::tool::fpp       $COMPIL_DIR/agrifpp.sh
40bld::tool::fppflags::nemo ${AGRIFUSE} %FPPFLAGS
41bld::tool::fppflags::ioipsl   0 %FPPFLAGS
42bld::tool::fppflags::agrif    0 %FPPFLAGS
43
44# Ignore the following dependencies
45bld::excl_dep        inc::netcdf.inc
46bld::excl_dep        inc::VT.inc
47bld::excl_dep        use::netcdf
48bld::excl_dep        h::netcdf.inc
49bld::excl_dep        h::mpif.h
50bld::excl_dep        inc::mpif.h
51bld::excl_dep        inc::mpe_logf.h
52bld::excl_dep        use::mpi
53bld::excl_dep        use::mod_prism_proto
54bld::excl_dep        use::mod_prism_def_partition_proto
55bld::excl_dep        use::mod_prism_get_comm
56bld::excl_dep        use::mod_prism_get_proto
57bld::excl_dep        use::mod_prism_put_proto
58bld::excl_dep        use::mod_comprism_proto
59bld::excl_dep        use::mkl_dfti
60# Don't generate interface files
61bld::tool::geninterface none
62
63# Allow ".h90" as an extension for CPP include files
64bld::infile_ext::h90  CPP::INCLUDE
65
66# extension for module output
67bld::outfile_ext::mod .mod
68
69# rename executable to nemo.exe
70bld::exe_name::model  nemo.exe
71
Note: See TracBrowser for help on using the repository browser.