source:
trunk/CONFIG/GYRE/scripts/BB_make.ldef
@
102
Last change on this file since 102 was 102, checked in by opalod, 21 years ago | |
---|---|
|
|
File size: 1.0 KB |
Line | |
---|---|
1 | #--------------------------------------------------------------------- |
2 | #- OPA SYSTEM : Ocean model (BB_mak.ldef in scripts) |
3 | #--------------------------------------------------------------------- |
4 | SHELL = /bin/sh |
5 | #-Q- t3e #--- Please use gmake instead of make |
6 | #-Q- fjvpp #--- Please use gmake instead of make |
7 | #--------------------------------------------------------------------- |
8 | LIBDIR = ../../../lib |
9 | MODDIR = $(LIBDIR) |
10 | MODEL_LIB = $(LIBDIR)/oce/libopa.a |
11 | IOIPSL_LIB = $(LIBDIR)/libioipsl.a |
12 | #-Q- sxnec IOIPSL_LIB = $(LIBDIR)/libsxioipsl.a |
13 | SXMODEL_LIB = $(MODEL_LIB) |
14 | #-Q- sxnec SXMODEL_LIB = $(LIBDIR)/oce/libsxopa.a |
15 | OASISMPI2_LIB = |
16 | LIBMPI = |
17 | LIBMP = |
18 | EXEC_BIN = ../../../bin/opa |
19 | #--------------------------------------------------------------------- |
20 | #- |
21 | #- Key options for GYRE ocean configuration: Analytical forcing |
22 | #-Q- sxnec P_P = \ |
23 | -Wp,-Dkey_gyre \ |
24 | -Wp,-Dkey_dynspg_fsc \ |
25 | -Wp,-Dkey_ldfslp \ |
26 | -Wp,-Dkey_zdftke \ |
27 | -Wp,-Dkey_vectopt_loop \ |
28 | -Wp,-Dkey_vectopt_memory |
29 | |
30 | #- |
31 |
Note: See TracBrowser
for help on using the repository browser.