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 branches/CMIP5_IPSL/CONFIG/GYRE/scripts – NEMO

source: branches/CMIP5_IPSL/CONFIG/GYRE/scripts/BB_make.ldef @ 3302

Last change on this file since 3302 was 3302, checked in by cetlod, 12 years ago

CMIP5_IPSL:update references configurations to properly run on Titane & vargas using libIGCM

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.5 KB
RevLine 
[102]1#---------------------------------------------------------------------
[395]2#- NEMO SYSTEM : Ocean model (BB_make.ldef in scripts)
[102]3#---------------------------------------------------------------------
4SHELL = /bin/sh
[395]5#-
[102]6#-Q- t3e     #--- Please use gmake instead of make
7#-Q- fjvpp   #--- Please use gmake instead of make
[395]8
9#-
10#- Define the libraries ---
[102]11LIBDIR = ../../../lib
12MODDIR = $(LIBDIR)
13MODEL_LIB = $(LIBDIR)/oce/libopa.a
14IOIPSL_LIB = $(LIBDIR)/libioipsl.a
[318]15#-Q- sxdkrz  IOIPSL_LIB = $(LIBDIR)/libsxioipsl.a
[667]16#-Q- eshpux  IOIPSL_LIB = $(LIBDIR)/libsxioipsl.a
[395]17AGRIF_LIB = $(LIBDIR)/libagrif.a
18#-Q- sxdkrc AGRIF_LIB = $(LIBDIR)/libsxagrif.a
[667]19#-Q- eshpux  IOIPSL_LIB = $(LIBDIR)/libsxioipsl.a
[102]20SXMODEL_LIB = $(MODEL_LIB)
[318]21#-Q- sxdkrz  SXMODEL_LIB = $(LIBDIR)/oce/libsxopa.a
[667]22#-Q- eshpux  IOIPSL_LIB = $(LIBDIR)/libsxioipsl.a
[102]23OASISMPI2_LIB =
24LIBMPI  =
25LIBMP   =
26EXEC_BIN = ../../../bin/opa
[395]27
[102]28#-
[395]29#- Key options for GYRE ocean configuration: Analytical forcing ---
30#  Keys have to be written on one single line (does NOT accept "\")
31
[3302]32P_P = key_mpp_mpi key_zco key_gyre key_dynspg_flt key_ldfslp key_zdftke key_iomput
[395]33
[102]34#-
[395]35#- Prefix for preprocessing ---
[667]36#-Q- sx8mercure prefix = -D
[1729]37#-Q- sx9mercure prefix = -D
[487]38#-Q- sx8brodie prefix = -D
[2924]39#-Q- titane prefix = -D
[401]40#-Q- eshpux prefix = -D
41#-Q- sxdkrz prefix = -D
[395]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
[395]47#-Q- aix    prefix = -WF,-D
[1272]48#-Q- aix6   prefix = -WF,-D
[1105]49#-Q- babel  prefix = -WF,-D
[395]50#-Q- osxxlf prefix = -WF,-D
[1272]51#-Q- platine prefix= -Wp,-D
Note: See TracBrowser for help on using the repository browser.