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/ORCA2_OFF_PISCES/scripts – NEMO

source: trunk/CONFIG/ORCA2_OFF_PISCES/scripts/BB_make.ldef @ 2278

Last change on this file since 2278 was 2067, checked in by rblod, 14 years ago

Small changes for portability in BB_make*

  • Property svn:executable set to *
File size: 1.7 KB
RevLine 
[984]1#----------------------------------------------------------------------
2#- NEMO SYSTEM : Ocean model + Sea Ice 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)
13MODEL_LIB = $(LIBDIR)/oce/libopa.a
14IOIPSL_LIB = $(LIBDIR)/libioipsl.a
15#-Q- sxdkrz IOIPSL_LIB = $(LIBDIR)/libsxioipsl.a
[1791]16#-Q- es2 IOIPSL_LIB = $(LIBDIR)/libsxioipsl.a
[984]17AGRIF_LIB = $(LIBDIR)/libagrif.a
18#-Q- sxdkrz AGRIF_LIB = $(LIBDIR)/libsxagrif.a
[1791]19#-Q- es2 AGRIF_LIB = $(LIBDIR)/libsxagrif.a
[984]20SXMODEL_LIB = $(MODEL_LIB)
21#-Q- sxdkrz SXMODEL_LIB = $(LIBDIR)/oce/libsxopa.a
[1791]22#-Q- es2 SXMODEL_LIB = $(LIBDIR)/oce/libsxopa.a
[984]23OASISMPI2_LIB =
24LIBMPI  =
25LIBMP   =
26EXEC_BIN = ../../../bin/opa
27
28#-
29#- Key options for OPA ocean model + LIM sea ice model : ORCA_R2 - FORCED (CLIO)
30#  Keys have to be written on one single line (does NOT accept "\")
31
[1759]32P_P = key_trabbl_dif key_vectopt_loop key_vectopt_memory key_orca_r2 key_ldfslp key_traldf_c2d key_traldf_eiv key_zdftke key_zdfddm key_top key_off_tra key_pisces key_dtatrc key_trcbbl_dif key_trcldf_eiv key_trc_zdfddm key_trc_diaadd key_trc_dia3d key_iomput
[984]33
34#-
35#- Prefix for preprocessing ---
[2067]36prefix = -D
[984]37#-Q- sx8mercure prefix = -D
[1729]38#-Q- sx9mercure prefix = -D
[984]39#-Q- sx8brodie prefix = -D
[1791]40#-Q- es2 prefix = -D
[984]41#-Q- sxdkrz prefix = -D
42#-Q- linux  prefix = -D
43#-Q- lxiv7  prefix = -D
44#-Q- lxiv8  prefix = -D
45#-Q- g95    prefix = -D
[1105]46#-Q- gfortran  prefix = -D
[984]47#-Q- aix    prefix = -WF,-D
[1272]48#-Q- aix6   prefix = -WF,-D
[1105]49#-Q- babel  prefix = -WF,-D
[984]50#-Q- osxxlf prefix = -WF,-D
[1272]51#-Q- platine prefix= -Wp,-D
Note: See TracBrowser for help on using the repository browser.