Last change
on this file since 980 was
902,
checked in by aclsce, 15 years ago
|
Modifications to run on titane (Xeon CCRT machine)
- Added titane as target machine for NEMO compilation options
- Added chmod when Bands file is get from archive directory
- Replaced "compname" variable by explicit variable i.e lmdz, opa9, oasis in *.driver.
|
File size:
940 bytes
|
Rev | Line | |
---|
[396] | 1 | # $Id$ |
---|
| 2 | #--------------------------------------------------------------------- |
---|
| 3 | #- NEMO : Ocean model + Sea Ice Model |
---|
| 4 | #--------------------------------------------------------------------- |
---|
| 5 | SHELL = /bin/sh |
---|
| 6 | LIBDIR = ../../../lib |
---|
| 7 | MODDIR = $(LIBDIR) |
---|
| 8 | MODEL_LIB = $(LIBDIR)/libopa.a |
---|
| 9 | IOIPSL_LIB = $(LIBDIR)/libioipsl.a |
---|
| 10 | #-Q- eshpux IOIPSL_LIB = $(LIBDIR)/libsxioipsl.a |
---|
| 11 | SXMODEL_LIB = $(MODEL_LIB) |
---|
| 12 | #-Q- eshpux SXMODEL_LIB = $(LIBDIR)/libsxopa.a |
---|
| 13 | LIBMPI = |
---|
| 14 | LIBMP = |
---|
| 15 | USER_INC = |
---|
[561] | 16 | USER_LIB = |
---|
[396] | 17 | EXEC_BIN = ../../../bin/opa |
---|
| 18 | #- |
---|
| 19 | #- Prefix for preprocessing --- |
---|
| 20 | #-Q- platine prefix = -Wp,-D |
---|
[902] | 21 | #-Q- titane prefix = -Wp,-D |
---|
[396] | 22 | #-Q- sx8mercure prefix = -D |
---|
[786] | 23 | #-Q- sx9mercure prefix = -D |
---|
[396] | 24 | #-Q- sx8brodie prefix = -D |
---|
| 25 | #-Q- eshpux prefix = -D |
---|
| 26 | #-Q- sxdkrz prefix = -D |
---|
| 27 | #-Q- linux prefix = -D |
---|
| 28 | #-Q- lxiv7 prefix = -D |
---|
| 29 | #-Q- lxiv8 prefix = -D |
---|
| 30 | #-Q- g95 prefix = -D |
---|
[628] | 31 | #-Q- aix6 prefix = -WF,-D |
---|
| 32 | #-Q- ax6_mono prefix = -WF,-D |
---|
[396] | 33 | #-Q- aix prefix = -WF,-D |
---|
| 34 | #-Q- osxxlf prefix = -WF,-D |
---|
| 35 | |
---|
Note: See
TracBrowser
for help on using the repository browser.