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

Last change on this file since 531 was 487, checked in by opalod, 18 years ago

nemo_v1_compil_018 : CT : Add the SX8-NEC compilation options under target name sx8brodie

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.7 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)
13MODEL_LIB = $(LIBDIR)/oce/libopa.a
14IOIPSL_LIB = $(LIBDIR)/libioipsl.a
15#-Q- sxnec  IOIPSL_LIB = $(LIBDIR)/libsxioipsl.a
16#-Q- sx6nec  IOIPSL_LIB = $(LIBDIR)/libsxioipsl.a
17#-Q- sx8brodie  IOIPSL_LIB = $(LIBDIR)/libsxioipsl.a
18#-Q- sxdkrz  IOIPSL_LIB = $(LIBDIR)/libsxioipsl.a
19AGRIF_LIB = $(LIBDIR)/libagrif.a
20#-Q- sxnec  AGRIF_LIB = $(LIBDIR)/libsxagrif.a
21#-Q- sx6nec AGRIF_LIB = $(LIBDIR)/libsxagrif.a
22#-Q- sx8brodie AGRIF_LIB = $(LIBDIR)/libsxagrif.a
23#-Q- sxdkrc AGRIF_LIB = $(LIBDIR)/libsxagrif.a
24SXMODEL_LIB = $(MODEL_LIB)
25#-Q- sxnec  SXMODEL_LIB = $(LIBDIR)/oce/libsxopa.a
26#-Q- sx6nec  SXMODEL_LIB = $(LIBDIR)/oce/libsxopa.a
27#-Q- sx8brodie  SXMODEL_LIB = $(LIBDIR)/oce/libsxopa.a
28#-Q- sxdkrz  SXMODEL_LIB = $(LIBDIR)/oce/libsxopa.a
29OASISMPI2_LIB =
30LIBMPI  =
31LIBMP   =
32EXEC_BIN = ../../../bin/opa
33
34#-
35#- Key options for GYRE ocean configuration: Analytical forcing ---
36#  Keys have to be written on one single line (does NOT accept "\")
37
38P_P = key_zco key_gyre key_dynspg_flt key_ldfslp key_zdftke key_vectopt_loop key_vectopt_memory   
39
40#-
41#- Prefix for preprocessing ---
42#-Q- sxnec  prefix = -D
43#-Q- sx6nec prefix = -D
44#-Q- sx8brodie prefix = -D
45#-Q- eshpux prefix = -D
46#-Q- sxdkrz prefix = -D
47#-Q- linux  prefix = -D
48#-Q- lxiv7  prefix = -D
49#-Q- lxiv8  prefix = -D
50#-Q- g95    prefix = -D
51#-Q- aix    prefix = -WF,-D
52#-Q- osxxlf prefix = -WF,-D
53
Note: See TracBrowser for help on using the repository browser.