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

source: branches/DEV_r1879_FCM/NEMOGCM/TOOLS/conv.cfg @ 2012

Last change on this file since 2012 was 2010, checked in by rblod, 14 years ago

Fix somme pre-processing issues with IBM on branch FCM

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