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.
conv.cfg in branches/UKMO/r6232_obs_oper_update/NEMOGCM/TOOLS/COMPILE – NEMO

source: branches/UKMO/r6232_obs_oper_update/NEMOGCM/TOOLS/COMPILE/conv.cfg @ 11203

Last change on this file since 11203 was 11203, checked in by jcastill, 5 years ago

Remove the svn keywords that were introduced in the last modification

File size: 1.1 KB
Line 
1# ----------------------- FCM extract configuration file -----------------------
2# template to compile agrif conv, currently not used
3cfg::type                           bld
4cfg::version                        1.0
5
6
7# ------------------------------------------------------------------------------
8# Build information
9# ------------------------------------------------------------------------------
10inc $COMPIL_DIR/arch_nemo.fcm
11
12bld::tool::cc        %CC
13bld::tool::cflags    %CFLAGS
14bld::tool::make      %MK
15
16src::convsrc   $MAIN_DIR/EXTERNAL/AGRIF/LIB
17
18 #----------------------------------------------------------------------------
19# Build options (code-specific, machine-independent)
20# ----------------------------------------------------------------------------
21dir::root            $NEMO_TDIR/$NEW_CONF/AGRIFLIB
22
23#bld::tool::cflags::convsrc  -O0 
24#bld::tool::ld::convsrc   cc
25#bld::tool::ldflags::convsrc -O  ../obj/fortran.o ../obj/fortran.o
26#bld::pp 1
27
28
29
30bld::exe_name::main conv
31bld::target                              libconvsrc.a  fortran.o main.o  conv
32bld::exe_dep::conv     
33
34
35
Note: See TracBrowser for help on using the repository browser.