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

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