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 in trunk/CONFIG/GYRE/scripts – NEMO

source: trunk/CONFIG/GYRE/scripts/BB_make.ldef @ 102

Last change on this file since 102 was 102, checked in by opalod, 20 years ago

Initial revision

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.0 KB
Line 
1#---------------------------------------------------------------------
2#- OPA SYSTEM : Ocean model (BB_mak.ldef in scripts)
3#---------------------------------------------------------------------
4SHELL = /bin/sh
5#-Q- t3e     #--- Please use gmake instead of make
6#-Q- fjvpp   #--- Please use gmake instead of make
7#---------------------------------------------------------------------
8LIBDIR = ../../../lib
9MODDIR = $(LIBDIR)
10MODEL_LIB = $(LIBDIR)/oce/libopa.a
11IOIPSL_LIB = $(LIBDIR)/libioipsl.a
12#-Q- sxnec  IOIPSL_LIB = $(LIBDIR)/libsxioipsl.a
13SXMODEL_LIB = $(MODEL_LIB)
14#-Q- sxnec  SXMODEL_LIB = $(LIBDIR)/oce/libsxopa.a
15OASISMPI2_LIB =
16LIBMPI  =
17LIBMP   =
18EXEC_BIN = ../../../bin/opa
19#---------------------------------------------------------------------
20#-
21#- Key options for GYRE ocean configuration: Analytical forcing
22#-Q- sxnec   P_P =  \
23       -Wp,-Dkey_gyre             \
24       -Wp,-Dkey_dynspg_fsc       \
25       -Wp,-Dkey_ldfslp           \
26       -Wp,-Dkey_zdftke           \
27       -Wp,-Dkey_vectopt_loop     \
28       -Wp,-Dkey_vectopt_memory   
29
30#-
31
Note: See TracBrowser for help on using the repository browser.