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

source: branches/nemo_v3_3_beta/NEMOGCM/TOOLS/COMPILE/bld_agrif3.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: 1.5 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
13src::nemo                 $CONFIG_DIR/$NEW_CONF/WORK/agrif2model.F90
14
15bld::exe_dep
16
17dir::root            $NEMO_TDIR/$NEW_CONF/BLD/OPAFILES/BLD3
18
19# Pre-process code before analysing dependencies
20bld::pp::nemo     1
21bld::tool::fpp       $COMPIL_DIR/agrifpp3.sh
22bld::tool::fppflags::nemo ${AGRIFUSE} %FPPFLAGS
23
24# Ignore the following dependencies
25bld::excl_dep        inc::netcdf.inc
26bld::excl_dep        inc::VT.inc
27bld::excl_dep        use::netcdf
28bld::excl_dep        h::netcdf.inc
29bld::excl_dep        h::mpif.h
30bld::excl_dep        inc::mpif.h
31bld::excl_dep        inc::mpe_logf.h
32bld::excl_dep        use::mpi
33bld::excl_dep        use::mod_prism_proto
34bld::excl_dep        use::mod_prism_def_partition_proto
35bld::excl_dep        use::mod_prism_get_comm
36bld::excl_dep        use::mod_prism_get_proto
37bld::excl_dep        use::mod_prism_put_proto
38bld::excl_dep        use::mod_comprism_proto
39bld::excl_dep        use::mkl_dfti
40# Don't generate interface files
41bld::tool::geninterface none
42
43# Allow ".h90" as an extension for CPP include files
44bld::infile_ext::h90  CPP::INCLUDE
45bld::infile_ext::f90  FPP::FORTRAN::FORTRAN9X::SOURCE
Note: See TracBrowser for help on using the repository browser.