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 tags/nemo_v1_01/CONFIG/GYRE/scripts – NEMO

source: tags/nemo_v1_01/CONFIG/GYRE/scripts/BB_make.ldef @ 4642

Last change on this file since 4642 was 206, checked in by opalod, 19 years ago

RB : update144 : update Makefile tools for AIX and SX6NEC

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.3 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
13#-Q- sx6nec  IOIPSL_LIB = $(LIBDIR)/libsxioipsl.a
14SXMODEL_LIB = $(MODEL_LIB)
15#-Q- sxnec  SXMODEL_LIB = $(LIBDIR)/oce/libsxopa.a
16#-Q- sx6nec  SXMODEL_LIB = $(LIBDIR)/oce/libsxopa.a
17OASISMPI2_LIB =
18LIBMPI  =
19LIBMP   =
20EXEC_BIN = ../../../bin/opa
21#---------------------------------------------------------------------
22#-
23#- Key options for GYRE ocean configuration: Analytical forcing
24#-Q- sxnec   P_P = -Wp,-Dkey_gyre -Wp,-Dkey_dynspg_fsc -Wp,-Dkey_ldfslp -Wp,-Dkey_zdftke -Wp,-Dkey_vectopt_loop -Wp,-Dkey_vectopt_memory   
25#-
26#-Q- sx6nec  P_P = '-Wp,-Dkey_gyre -Wp,-Dkey_dynspg_fsc -Wp,-Dkey_ldfslp -Wp,-Dkey_zdftke -Wp,-Dkey_vectopt_loop -Wp,-Dkey_vectopt_memory'
27#-
28#-Q- aix     P_P = -WF,-Dkey_gyre -WF,-Dkey_dynspg_fsc -WF,-Dkey_ldfslp -WF,-Dkey_zdftke -WF,-Dkey_vectopt_loop -WF,-Dkey_vectopt_memory
Note: See TracBrowser for help on using the repository browser.