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.
BB_make.ldef_GYRE_LOBSTER in trunk/NVTK/INSTALL/CONFIG_FILES – NEMO

source: trunk/NVTK/INSTALL/CONFIG_FILES/BB_make.ldef_GYRE_LOBSTER @ 1150

Last change on this file since 1150 was 1145, checked in by ctlod, 16 years ago

trunk: Add babel and gfortran option, some clean up, see ticket #208

  • Property svn:executable set to *
File size: 1.4 KB
Line 
1#---------------------------------------------------------------------
2#- NEMO SYSTEM : Ocean model (BB_make.ldef in scripts)
3#---------------------------------------------------------------------
4SHELL = /bin/sh
5#-
6#-Q- t3e     #--- Please use gmake instead of make
7#-Q- fjvpp   #--- Please use gmake instead of make
8
9#-
10#- Define the libraries ---
11LIBDIR = ../../../lib
12MODDIR = $(LIBDIR)
13NEMOLIB := $(shell awk '{ print $$1 }' .config)
14COMP=
15MODEL_LIB = $(LIBDIR)/oce_$(NEMOLIB)/$(COMP)
16IOIPSL_LIB = $(LIBDIR)/libioipsl.a
17#-Q- sxdkrz IOIPSL_LIB = $(LIBDIR)/libsxioipsl.a
18AGRIF_LIB = $(LIBDIR)/libagrif.a
19#-Q- sxdkrz AGRIF_LIB = $(LIBDIR)/libsxagrif.a
20SXMODEL_LIB = $(MODEL_LIB)
21#-Q- sxdkrz SXMODEL_LIB = $(LIBDIR)/oce/libsxopa.a
22OASISMPI2_LIB =
23LIBMPI  =
24LIBMP   =
25EXEC_BIN = ../../../bin/opa_$(NEMOLIB)_$(COMP)
26NBPRC = 6
27
28#-
29#- Key options for GYRE+LOBSTER configuration: Analytical forcing ---
30#  Keys have to be written on one single line (does NOT accept "\")
31
32P_P = key_zco key_gyre key_dynspg_flt key_ldfslp key_zdftke key_vectopt_loop key_vectopt_memory key_top key_lobster key_trc_diaadd key_trc_dia3d
33
34#-
35#- Prefix for preprocessing ---
36#-Q- sx8mercure prefix = -D
37#-Q- sx8brodie prefix = -D
38#-Q- eshpux prefix = -D
39#-Q- sxdkrz prefix = -D
40#-Q- linux  prefix = -D
41#-Q- lxiv7  prefix = -D
42#-Q- lxiv8  prefix = -D
43#-Q- g95    prefix = -D
44#-Q- gfortran  prefix = -D
45#-Q- aix    prefix = -WF,-D
46#-Q- babel  prefix = -WF,-D
47#-Q- osxxlf prefix = -WF,-D
48
Note: See TracBrowser for help on using the repository browser.