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

source: trunk/NVTK/INSTALL/CONFIG_FILES/BB_make.ldef_GYRE @ 2122

Last change on this file since 2122 was 1791, checked in by smasson, 15 years ago

ES2 compilation, see ticket:627

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