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

source: branches/nemo_v3_3_beta/NEMOGCM/TOOLS/COMPILE/bld_afterconvxio.cfg @ 2384

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

Modifications to compile agrif correctly(?) in the beta

  • Property svn:keywords set to Id
File size: 2.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_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/BLD/OPAFILES/BLD2/ppsrc/nemo 
18src::agrif2model          $CONFIG_DIR/$NEW_CONF/BLD/OPAFILES/BLD3/ppsrc
19
20#bld::lib::xmlf90           xmlf90
21#bld::lib::xmlio            xmlio
22#bld::lib::ioserver         ioserver
23#bld::lib::ioipsl           ioipsl
24#bld::lib::agrif            agrif
25#bld::lib::nemo             nemo
26#bld::target libxmlf90.a libioserver.a libxmlio.a libioipsl.a libagrif.a libnemo.a server.exe nemo.exe
27bld::target   nemo.exe
28bld::exe_dep
29
30
31dir::root            $NEMO_TDIR/$NEW_CONF/BLD
32
33
34bld::tool::fc        %FC 
35bld::tool::fflags    %FCFLAGS %USER_INC
36bld::tool::fflags::agrif   %FFLAGS %USER_INC
37bld::tool::ld        %LD
38bld::tool::ldflags   %LDFLAGS %USER_LIB
39bld::tool::ar        %AR
40bld::tool::arflags   %ARFLAGS
41bld::tool::make      %MK
42
43# Pre-process code before analysing dependencies
44bld::pp::ioipsl   1
45bld::pp::nemo     1
46bld::pp::agrif    1
47bld::tool::fpp       cpp
48bld::tool::fppflags::nemo  %FPPFLAGS 
49bld::tool::fppflags::ioipsl    %FPPFLAGS
50bld::tool::fppflags::agrif     %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.