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 @ 1985

Last change on this file since 1985 was 1972, checked in by flavoni, 14 years ago

Add TOOLS directory and scripts to compile with FCM, see ticket: #685

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