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/dev_r5518_DMP_TOOLS/NEMOGCM/TOOLS/COMPILE – NEMO

source: branches/UKMO/dev_r5518_DMP_TOOLS/NEMOGCM/TOOLS/COMPILE/conv.cfg @ 10198

Last change on this file since 10198 was 10198, checked in by jenniewaters, 5 years ago

Strip out SVN keywords.

File size: 1.0 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.fcm
11
12bld::tool::make      %MK
13
14src::convsrc   $MAIN_DIR/EXTERNAL/AGRIF/LIB
15
16 #----------------------------------------------------------------------------
17# Build options (code-specific, machine-independent)
18# ----------------------------------------------------------------------------
19dir::root            $NEMO_TDIR/$NEW_CONF/AGRIFLIB
20
21bld::tool::cflags::convsrc  -O0 
22bld::tool::ld::convsrc   cc
23bld::tool::ldflags::convsrc -O  ../obj/fortran.o ../obj/fortran.o 
24bld::pp 1
25
26
27
28bld::exe_name::main conv
29bld::target                              libconvsrc.a  fortran.o main.o  conv
30bld::exe_dep::conv     
31
32
33
Note: See TracBrowser for help on using the repository browser.