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.
AA_make.ldef in NEMO/releases/CMIP5_IPSL/AGRIF – NEMO

source: NEMO/releases/CMIP5_IPSL/AGRIF/AA_make.ldef @ 11998

Last change on this file since 11998 was 1272, checked in by rblod, 15 years ago

Update fait_AA_make, see ticket #304

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.1 KB
Line 
1#- $Id$
2#---------------------------------------------------------------------
3#- Creation des elements relatifs a AGRIF (lib, config)
4#---------------------------------------------------------------------
5SHELL = /bin/sh
6#---------------------------------------------------------------------
7LIBDIR = ../../lib
8MODDIR = $(LIBDIR)
9#---------------------------------------------------------------------
10#--- -DNC_REAL option is needed if compiled in simple precision
11#--- In case you switch to double precision use -DNC_DOUBLE
12#-
13# Compilation:
14#-Q- lxiv7 FFLAGS_EXTEND=  -I..
15#-Q- lxiv8 FFLAGS_EXTEND=  -I..
16#-Q- sun   FFLAGS_EXTEND= -I..
17#-Q- aix   FFLAGS_EXTEND = -I.. -I$(HOME)/include/ -qsuffix=f=f
18#-Q- aix   AGRIF_OPTS = -qfixed -qrecur
19#-Q- aix6  FFLAGS_EXTEND = -I.. -I$(HOME)/include/ -qsuffix=f=f
20#-Q- aix6  AGRIF_OPTS = -qfixed -qrecur
21#-Q- ibm   FFLAGS_EXTEND = -I.. -I$(HOME)/include/ -qsuffix=f=f
22#-Q- ibm   AGRIF_OPTS = -qfixed -qrecur
23#-
24MODEL_LIB = $(LIBDIR)/libagrif.a
25SXMODEL_LIB = $(MODEL_LIB)
26#-Q- sxdkrz SXMODEL_LIB = $(LIBDIR)/libsxagrif.a
27#-Q- eshpux SXMODEL_LIB = $(LIBDIR)/libsxagrif.a
28#-
29P_P=$(AGRIF_MPI)
Note: See TracBrowser for help on using the repository browser.