source: modipsl/trunk/util/AA_make.gdef @ 514

Last change on this file since 514 was 514, checked in by rblod, 15 years ago
  • Suppress NEMO_CVS
  • Add aix6 in ins_script
  • Add mpi.h location in preprocessor options
  • Property svn:keywords set to Id
File size: 25.9 KB
Line 
1#-
2#- $Id$
3#-
4#-Q- Darwin   #- Global definitions for Mac OSX, gfortran
5#-Q- Darwin   M_K = make
6#-Q- Darwin   P_C = cpp
7#-Q- Darwin   P_O = -fpreprocessed -P -C -traditional $(P_P)
8#-Q- Darwin   F_C = gfortran -c
9#-Q- Darwin   #-D- MD    F_D = -g -Wall -fbounds-check -pedantic -finit-real=nan
10#-Q- Darwin   #-D- MN    F_D =
11#-Q- Darwin   #-P- I4R4  F_P =
12#-Q- Darwin   #-P- I4R8  F_P = -fdefault-real-8
13#-Q- Darwin   #-P- I8R8  F_P = -fdefault-integer-8 -fdefault-real-8
14#-Q- Darwin   w_w = -O5 -funroll-all-loops $(F_D) $(F_P) -I$(MODDIR)
15#-Q- Darwin   F_O = $(w_w) -J$(MODDIR)
16#-Q- Darwin   F_L = gfortran
17#-Q- Darwin   M_M = 0
18#-Q- Darwin   L_X = 0
19#-Q- Darwin   L_O =
20#-Q- Darwin   A_C = ar -rs
21#-Q- Darwin   A_G = ar -x
22#-Q- Darwin   C_C = cc -c
23#-Q- Darwin   C_O =
24#-Q- Darwin   C_L = cc
25#-Q- Darwin   #-
26#-Q- Darwin   NCDF_INC = /usr/install/include
27#-Q- Darwin   NCDF_LIB = -L/usr/install/lib -lnetcdf
28#-Q- Darwin   #-
29#-Q- Darwin_g95  #- Global definitions for Mac OSX, g95
30#-Q- Darwin_g95  M_K = make
31#-Q- Darwin_g95  P_C = cpp
32#-Q- Darwin_g95  P_O = -fpreprocessed -P -C -traditional $(P_P)
33#-Q- Darwin_g95  F_C = g95 -c
34#-Q- Darwin_g95  #-D- MD    F_D = -g -Wall -fbounds-check
35#-Q- Darwin_g95  #-D- MN    F_D =
36#-Q- Darwin_g95  #-P- I4R4  F_P = -i4
37#-Q- Darwin_g95  #-P- I4R8  F_P = -i4 -r8
38#-Q- Darwin_g95  #-P- I8R8  F_P = -i8 -r8
39#-Q- Darwin_g95  w_w = -O5 -funroll-all-loops $(F_D) $(F_P) -I$(MODDIR)
40#-Q- Darwin_g95  F_O = $(w_w) -fmod=$(MODDIR)
41#-Q- Darwin_g95  F_L = g95
42#-Q- Darwin_g95  M_M = 0
43#-Q- Darwin_g95  L_X = 0
44#-Q- Darwin_g95  L_O =
45#-Q- Darwin_g95  A_C = ar -rs
46#-Q- Darwin_g95  A_G = ar -x
47#-Q- Darwin_g95  C_C = cc -c
48#-Q- Darwin_g95  C_O =
49#-Q- Darwin_g95  C_L = cc
50#-Q- Darwin_g95  #-
51#-Q- Darwin_g95  NCDF_INC = /usr/install/include
52#-Q- Darwin_g95  NCDF_LIB = -L/usr/install/lib -lnetcdf
53#-Q- Darwin_g95  #-
54#-Q- aix      #- Global definitions for IBM AIX (MPP)
55#-Q- aix      LIB_MPI = MPI1
56#-Q- aix      LIB_MPI_BIS = MPI1
57#-Q- aix      PRISM_ARCH = AIX
58#-Q- aix      PRISM_NAME = zahir
59#-Q- aix      FCM_ARCH = AIX_ZAHIR
60#-Q- aix      M_K = gmake
61#-Q- aix      P_C = /usr/lib/cpp
62#-Q- aix      P_O = -P -I/usr/lpp/ppe.poe/include/thread64 -C $(P_P:-WF,-D%=-D%)
63#-Q- aix      F_C = mpxlf90_r -c
64#-Q- aix      #-D- MD    F_D =
65#-Q- aix      #-D- MN    F_D =
66#-Q- aix      #-P- I4R4  F_P = -qrealsize=4
67#-Q- aix      #-P- I4R8  F_P = -qrealsize=8
68#-Q- aix      #-P- I8R8  F_P =
69#-Q- aix      w_w = $(F_P) -O3 -qsuffix=f=f90
70#-Q- aix      F_O = $(w_w) -I$(MODDIR) -qmoddir=$(MODDIR)
71#-Q- aix      F_L = mpxlf90_r
72#-Q- aix      M_M = 0
73#-Q- aix      L_X = 0
74#-Q- aix      L_O = $(F_P) -q64 -bmaxdata:2000000000 -O3
75#-Q- aix      A_C = ar -rs -X64
76#-Q- aix      A_G = ar -x -X64
77#-Q- aix      C_C = cc -c
78#-Q- aix      C_O = -O
79#-Q- aix      C_L = cc
80#-Q- aix      #-
81#-Q- aix      NCDF_INC = /usr/local/pub/include
82#-Q- aix      NCDF_LIB = -L/usr/local/pub/lib -lnetcdf
83#-Q- aix      #-
84#-Q- aix6     #- Global definitions for IBM AIX Power6 (MPP)
85#-Q- aix6     LIB_MPI = MPI1
86#-Q- aix6     LIB_MPI_BIS = MPI1
87#-Q- aix6     PRISM_ARCH = AIX6
88#-Q- aix6     PRISM_NAME = vargas
89#-Q- aix6     FCM_ARCH = AIX6_VARGAS
90#-Q- aix6     M_K = gmake
91#-Q- aix6     P_C = /usr/lib/cpp
92#-Q- aix6     P_O = -P -I/usr/lpp/ppe.poe/include/thread64 -C $(P_P:-WF,-D%=-D%)
93#-Q- aix6     F_C = mpxlf90_r -c
94#-Q- aix6     #-D- MD    F_D =
95#-Q- aix6     #-D- MN    F_D =
96#-Q- aix6     #-P- I4R4  F_P = -qrealsize=4
97#-Q- aix6     #-P- I4R8  F_P = -qrealsize=8
98#-Q- aix6     #-P- I8R8  F_P =
99#-Q- aix6     #w_w = $(F_P) -O3 -qsuffix=f=f90
100#-Q- aix6     w_w = $(F_P) -O3 -qsuffix=cpp=f90 -qfree=f90
101#-Q- aix6     F_O = $(w_w) -I$(MODDIR) -qmoddir=$(MODDIR)
102#-Q- aix6     F_L = mpxlf90_r
103#-Q- aix6     M_M = 0
104#-Q- aix6     L_X = 0
105#-Q- aix6     L_O = $(F_P) -q64 -bmaxdata:2000000000 -O3 -brename:.flush,.flush_
106#-Q- aix6     A_C = ar -rs -X64
107#-Q- aix6     A_G = ar -x -X64
108#-Q- aix6     C_C = cc -c
109#-Q- aix6     C_O = -O
110#-Q- aix6     C_L = cc
111#-Q- aix6     #-
112#-Q- aix6     NCDF_INC = /usr/local/pub/NetCDF/3.6.2/include
113#-Q- aix6     NCDF_LIB = -L/usr/local/pub/NetCDF/3.6.2/lib -lnetcdf
114#-Q- aix6     #-
115#-Q- ax_mono  #- Global definitions for IBM AIX (monoprocessing)
116#-Q- ax_mono  M_K = gmake
117#-Q- ax_mono  P_C = /usr/lib/cpp
118#-Q- ax_mono  P_O = -P -I/usr/lpp/ppe.poe/include/thread64 -C $(P_P:-WF,-D%=-D%)
119#-Q- ax_mono  F_C = xlf90_r -c
120#-Q- ax_mono  #-D- MD    F_D =
121#-Q- ax_mono  #-D- MN    F_D =
122#-Q- ax_mono  #-P- I4R4  F_P = -qrealsize=4
123#-Q- ax_mono  #-P- I4R8  F_P = -qrealsize=8
124#-Q- ax_mono  #-P- I8R8  F_P =
125#-Q- ax_mono  w_w = $(F_P) -O3 -qsuffix=f=f90
126#-Q- ax_mono  F_O = $(w_w) -I$(MODDIR) -qmoddir=$(MODDIR)
127#-Q- ax_mono  F_L = xlf90_r
128#-Q- ax_mono  M_M = 0
129#-Q- ax_mono  L_X = 0
130#-Q- ax_mono  L_O = $(F_P) -q64 -bmaxdata:2000000000 -O3
131#-Q- ax_mono  A_C = ar -rs -X64
132#-Q- ax_mono  A_G = ar -x -X64
133#-Q- ax_mono  C_C = cc -c
134#-Q- ax_mono  C_O = -O
135#-Q- ax_mono  C_L = cc
136#-Q- ax_mono  #-
137#-Q- ax_mono  NCDF_INC = /usr/local/pub/include
138#-Q- ax_mono  NCDF_LIB = -L/usr/local/pub/lib -lnetcdf
139#-Q- ax_mono  #-
140#-Q- ax6_mono #- Global definitions for IBM AIX Power6 (monoprocessing)
141#-Q- ax6_mono M_K = gmake
142#-Q- ax6_mono P_C = /usr/lib/cpp
143#-Q- ax6_mono P_O = -P -I/usr/lpp/ppe.poe/include/thread64 -C $(P_P:-WF,-D%=-D%)
144#-Q- ax6_mono F_C = xlf90_r -c
145#-Q- ax6_mono #-D- MD    F_D =
146#-Q- ax6_mono #-D- MN    F_D =
147#-Q- ax6_mono #-P- I4R4  F_P = -qrealsize=4
148#-Q- ax6_mono #-P- I4R8  F_P = -qrealsize=8
149#-Q- ax6_mono #-P- I8R8  F_P =
150#-Q- ax6_mono w_w = $(F_P) -O3 -qsuffix=f=f90
151#-Q- ax6_mono F_O = $(w_w) -I$(MODDIR) -qmoddir=$(MODDIR)
152#-Q- ax6_mono F_L = xlf90_r
153#-Q- ax6_mono M_M = 0
154#-Q- ax6_mono L_X = 0
155#-Q- ax6_mono L_O = $(F_P) -q64 -bmaxdata:2000000000 -O3
156#-Q- ax6_mono A_C = ar -rs -X64
157#-Q- ax6_mono A_G = ar -x -X64
158#-Q- ax6_mono C_C = cc -c
159#-Q- ax6_mono C_O = -O
160#-Q- ax6_mono C_L = cc
161#-Q- ax6_mono #-
162#-Q- ax6_mono NCDF_INC = /usr/local/pub/NetCDF/3.6.2/include
163#-Q- ax6_mono NCDF_LIB = -L/usr/local/pub/NetCDF/3.6.2/lib -lnetcdf
164#-Q- ax6_mono #-
165#-Q- babel    #- Global definitions for IBM Blue Gene
166#-Q- babel    M_K = gmake
167#-Q- babel    P_C = /usr/bin/cpp
168#-Q- babel    P_O = -P -C $(P_P:-WF,-D%=-D%)
169#-Q- babel    F_C = mpixlf90_r -c
170#-Q- babel    #-D- MD    F_D =
171#-Q- babel    #-D- MN    F_D =
172#-Q- babel    #-P- I4R4  F_P = -qrealsize=4
173#-Q- babel    #-P- I4R8  F_P = -qrealsize=8
174#-Q- babel    #-P- I8R8  F_P =
175#-Q- babel    w_w = $(F_P) -O3 -qsuffix=f=f90
176#-Q- babel    F_O = $(w_w) -I$(MODDIR) -qmoddir=$(MODDIR)
177#-Q- babel    F_L = mpixlf90_r
178#-Q- babel    M_M = 0
179#-Q- babel    L_X = 0
180#-Q- babel    L_O = $(F_P) -O3
181#-Q- babel    A_C = ar -rs
182#-Q- babel    A_G = ar -x
183#-Q- babel    C_C = cc -c
184#-Q- babel    C_O = -O
185#-Q- babel    C_L = cc
186#-Q- babel    #-
187#-Q- babel    NCDF_INC = /bglocal/prod/tools_ibm/netcdf-3.6.1/include
188#-Q- babel    NCDF_LIB = -L/bglocal/prod/tools_ibm/netcdf-3.6.1/lib -lnetcdf
189#-Q- babel    #-
190#-Q- bgfe     #- Global definitions for IBM Blue Gene Front End
191#-Q- bgfe     M_K = gmake
192#-Q- bgfe     P_C = /usr/bin/cpp
193#-Q- bgfe     P_O = -P -C $(P_P:-WF,-D%=-D%)
194#-Q- bgfe     F_C = xlf90_r -c
195#-Q- bgfe     #-D- MD    F_D =
196#-Q- bgfe     #-D- MN    F_D =
197#-Q- bgfe     #-P- I4R4  F_P = -qrealsize=4
198#-Q- bgfe     #-P- I4R8  F_P = -qrealsize=8
199#-Q- bgfe     #-P- I8R8  F_P =
200#-Q- bgfe     w_w = $(F_P) -O3 -qsuffix=f=f90
201#-Q- bgfe     F_O = $(w_w) -I$(MODDIR) -qmoddir=$(MODDIR)
202#-Q- bgfe     F_L = xlf90_r
203#-Q- bgfe     M_M = 0
204#-Q- bgfe     L_X = 0
205#-Q- bgfe     L_O = $(F_P) -O3
206#-Q- bgfe     A_C = ar -rs
207#-Q- bgfe     A_G = ar -x
208#-Q- bgfe     C_C = cc -c
209#-Q- bgfe     C_O = -O
210#-Q- bgfe     C_L = cc
211#-Q- bgfe     #-
212#-Q- bgfe     NCDF_INC = /local/pub/netcdf/netcdf-3.6.2/include
213#-Q- bgfe     NCDF_LIB = -L/local/pub/netcdf/netcdf-3.6.2/lib -lnetcdf
214#-Q- bgfe     #-
215#-Q- cray     #- Obsolete definitions for CRAY
216#-Q- cray     M_K = make
217#-Q- cray     P_C = cpp
218#-Q- cray     P_O = -P -C $(P_P)
219#-Q- cray     F_C = f90 -c
220#-Q- cray     #-D- MD    F_D =
221#-Q- cray     #-D- MN    F_D =
222#-Q- cray     #-P- I4R4  F_P =
223#-Q- cray     #-P- I4R8  F_P =
224#-Q- cray     #-P- I8R8  F_P =
225#-Q- cray     F_O = $(F_D) $(F_P) -v -p $(MODEL_LIB)
226#-Q- cray     F_L = f90
227#-Q- cray     M_M = 0
228#-Q- cray     L_X = 0
229#-Q- cray     L_O =
230#-Q- cray     A_C = bld -r
231#-Q- cray     A_G = bld -x
232#-Q- cray     C_C = cc -c
233#-Q- cray     C_O = -Wall
234#-Q- cray     C_L = cc
235#-Q- cray     #-
236#-Q- cray     NCDF_INC = /usr/local/pub/include
237#-Q- cray     NCDF_LIB = -L/usr/local/pub/lib -lnetcdf
238#-Q- cray     #-
239#-Q- eshpux   #- Global definitions for hpux used as Earth Simulator front-end (moon)
240#-Q- eshpux   LIB_MPI = MPI1
241#-Q- eshpux   LIB_MPI_BIS = MPI1
242#-Q- eshpux   PRISM_ARCH = ES
243#-Q- eshpux   PRISM_NAME = moon
244#-Q- eshpux   FCM_ARCH = ES_MOON
245#-Q- eshpux   M_K = gmake
246#-Q- eshpux   P_C = escpp
247#-Q- eshpux   # FTRACE used for profiling
248#-Q- eshpux   FTRACE = -ftrace
249#-Q- eshpux   # FTRACE =
250#-Q- eshpux   P_O = -P -C $(P_P)
251#-Q- eshpux   F_C = esmpif90 -c
252#-Q- eshpux   #-D- MD    F_D =
253#-Q- eshpux   #-D- MN    F_D =
254#-Q- eshpux   #-P- I4R4  F_P = -dW
255#-Q- eshpux   #-P- I4R8  F_P = -dW -Wf\"-A idbl4\"
256#-Q- eshpux   #-P- I8R8  F_P = -ew
257#-Q- eshpux   F_O = $(F_D) $(F_P) $(FTRACE) -Ep -DCPP_PARA -Wf,"-pvctl loopcnt=999999" -I $(MODDIR)
258#-Q- eshpux   F_L = esmpif90
259#-Q- eshpux   M_M = 1
260#-Q- eshpux   L_X = 1
261#-Q- eshpux   L_O = $(F_P) $(FTRACE)
262#-Q- eshpux   A_C = ar -rv
263#-Q- eshpux   A_G = ar -x
264#-Q- eshpux   A_X = esar -rv
265#-Q- eshpux   C_C = esmpicc -c
266#-Q- eshpux   C_O =
267#-Q- eshpux   C_L = esmpicc
268#-Q- eshpux   FC_C = cc -c
269#-Q- eshpux   FC_O =
270#-Q- eshpux   FC_L = cc
271#-Q- eshpux   #-
272#-Q- eshpux   NCDF_INC = /S/home010/c0010/ES/include
273#-Q- eshpux   NCDF_LIB = -L/S/home010/c0010/ES/lib -lnetcdf
274#-Q- eshpux   #-
275#-Q- fjvpp    #- Obsolete definitions for FUJITSU VPP
276#-Q- fjvpp    M_K = gmake
277#-Q- fjvpp    P_C = cpp
278#-Q- fjvpp    P_O = -P -C $(P_P)
279#-Q- fjvpp    F_C = frt -c
280#-Q- fjvpp    #-D- MD    F_D =
281#-Q- fjvpp    #-D- MN    F_D =
282#-Q- fjvpp    #-P- I4R4  F_P = -AD
283#-Q- fjvpp    #-P- I4R8  F_P = -Ad
284#-Q- fjvpp    #-P- I8R8  F_P = -Ad
285#-Q- fjvpp    w_w = -X9 -Oe -Sw $(F_D) $(F_P) -Am -M$(MODDIR)
286#-Q- fjvpp    F_O = $(w_w) -Of -Wv,-Of,-ilfunc,-preload
287#-Q- fjvpp    F_L = frt
288#-Q- fjvpp    M_M = 0
289#-Q- fjvpp    L_X = 0
290#-Q- fjvpp    L_O = -Wg,-c -Wl,-J,-t,-dy
291#-Q- fjvpp    A_C = ar -r
292#-Q- fjvpp    A_G = ar -x
293#-Q- fjvpp    C_C = cc -c
294#-Q- fjvpp    C_O =
295#-Q- fjvpp    C_L = cc
296#-Q- fjvpp    #-
297#-Q- fjvpp    NCDF_INC = /usr/local/include/netcdf
298#-Q- fjvpp    NCDF_LIB = /usr/local/lib/netcdf/libnetcdf.a
299#-Q- fjvpp    #-
300#-Q- g95      #- Global definitions for gnu g95 compiler
301#-Q- g95      M_K = gmake
302#-Q- g95      P_C = cpp
303#-Q- g95      P_O = -P -C -traditional $(P_P)
304#-Q- g95      F_C = g95 -c
305#-Q- g95      #-D- MD    F_D =
306#-Q- g95      #-D- MN    F_D =
307#-Q- g95      #-P- I4R4  F_P = -i4
308#-Q- g95      #-P- I4R8  F_P = -i4 -r8
309#-Q- g95      #-P- I8R8  F_P = -i8 -r8
310#-Q- g95      w_w = -O5 -funroll-all-loops $(F_D) $(F_P) -I$(MODDIR)
311#-Q- g95      F_O = $(w_w) -fmod=$(MODDIR) -fno-second-underscore
312#-Q- g95      F_L = g95
313#-Q- g95      M_M = 0
314#-Q- g95      L_X = 0
315#-Q- g95      L_O =
316#-Q- g95      A_C = ar -r
317#-Q- g95      A_G = ar -x
318#-Q- g95      C_C = cc -c
319#-Q- g95      C_O =
320#-Q- g95      C_L = cc
321#-Q- g95      #-
322#-Q- g95      NCDF_INC = /usr/local/include
323#-Q- g95      NCDF_LIB = -L/usr/local/lib -lnetcdf
324#-Q- g95      #-
325#-Q- gfortran  #- Global definitions for gfortran, generic system
326#-Q- gfortran  M_K = make
327#-Q- gfortran  P_C = cpp
328#-Q- gfortran  P_O = -fpreprocessed -P -C -traditional $(P_P)
329#-Q- gfortran  F_C = gfortran -c
330#-Q- gfortran  #-D- MD    F_D = -g -Wall -fbounds-check -pedantic -finit-real=nan
331#-Q- gfortran  #-D- MN    F_D =
332#-Q- gfortran  #-P- I4R4  F_P =
333#-Q- gfortran  #-P- I4R8  F_P = -fdefault-real-8
334#-Q- gfortran  #-P- I8R8  F_P = -fdefault-integer-8 -fdefault-real-8
335#-Q- gfortran  w_w = -O3 -funroll-all-loops $(F_D) $(F_P) -I$(MODDIR)
336#-Q- gfortran  F_O = $(w_w) -J$(MODDIR)
337#-Q- gfortran  F_L = gfortran
338#-Q- gfortran  M_M = 0
339#-Q- gfortran  L_X = 0
340#-Q- gfortran  L_O =
341#-Q- gfortran  A_C = ar -rs
342#-Q- gfortran  A_G = ar -x
343#-Q- gfortran  C_C = cc -c
344#-Q- gfortran  C_O =
345#-Q- gfortran  C_L = cc
346#-Q- gfortran  #-
347#-Q- gfortran  NCDF_INC = /usr/local/include
348#-Q- gfortran  NCDF_LIB = -L/usr/local/lib -lnetcdf
349#-Q- gfortran  #-
350#-Q- idris_tx7 #- Global definitions for NEC TX7 front-end (Brodie) at Idris, gfortran
351#-Q- idris_tx7 M_K = gmake
352#-Q- idris_tx7 P_C = cpp
353#-Q- idris_tx7 P_O = -P -C $(P_P)
354#-Q- idris_tx7 F_C = gfortran -c
355#-Q- idris_tx7 #-D- MD    F_D = -g
356#-Q- idris_tx7 #-D- MN    F_D =
357#-Q- idris_tx7 #-P- I4R4  F_P =
358#-Q- idris_tx7 #-P- I4R8  F_P = -fdefault-real-8
359#-Q- idris_tx7 #-P- I8R8  F_P = -fdefault-integer-8 -fdefault-real-8
360#-Q- idris_tx7 F_O = -O $(F_D) $(F_P) -I$(MODDIR) -J$(MODDIR)
361#-Q- idris_tx7 F_L = gfortran
362#-Q- idris_tx7 M_M = 0
363#-Q- idris_tx7 L_X = 0
364#-Q- idris_tx7 L_O =
365#-Q- idris_tx7 A_C = ar -r
366#-Q- idris_tx7 A_G = ar -x
367#-Q- idris_tx7 C_C = gcc -c
368#-Q- idris_tx7 C_O =
369#-Q- idris_tx7 C_L = gcc
370#-Q- idris_tx7 #-
371#-Q- idris_tx7 NCDF_INC = /TXlocal/pub/netcdf/netcdf-3.6.2/include
372#-Q- idris_tx7 NCDF_LIB = -L/TXlocal/pub/netcdf/netcdf-3.6.2/lib -lnetcdf
373#-Q- idris_tx7 #-
374#-Q- linux    #- Global definitions for Linux, pgf90
375#-Q- linux    M_K = make
376#-Q- linux    P_C = /lib/cpp
377#-Q- linux    P_O = -P -C -traditional $(P_P)
378#-Q- linux    F_C = pgf90 -c
379#-Q- linux    #-D- MD    F_D =
380#-Q- linux    #-D- MN    F_D =
381#-Q- linux    #-P- I4R4  F_P = -i4
382#-Q- linux    #-P- I4R8  F_P = -i4 -r8
383#-Q- linux    #-P- I8R8  F_P = -i8 -r8
384#-Q- linux    F_O = $(F_D) $(F_P) -Mfree -module $(MODDIR)
385#-Q- linux    F_L = pgf90
386#-Q- linux    M_M = 0
387#-Q- linux    L_X = 0
388#-Q- linux    L_O = -Wl,-Bstatic -Mbounds
389#-Q- linux    A_C = ar -r
390#-Q- linux    A_G = ar -x
391#-Q- linux    C_C = gcc -c
392#-Q- linux    C_O = -Wall
393#-Q- linux    C_L = gcc
394#-Q- linux    #-
395#-Q- linux    NCDF_INC = /distrib/local/netcdf/pgf/include/
396#-Q- linux    NCDF_LIB = -L/distrib/local/netcdf/pgf/lib/ -lnetcdf
397#-Q- linux    #-
398#-Q- lxiv7    #- Global definitions for Linux, ifc
399#-Q- lxiv7    M_K = gmake
400#-Q- lxiv7    P_C = cpp
401#-Q- lxiv7    P_O = -P -C $(P_P)
402#-Q- lxiv7    F_C = ifc -c
403#-Q- lxiv7    #-D- MD    F_D = -g
404#-Q- lxiv7    #-D- MN    F_D =
405#-Q- lxiv7    #-P- I4R4  F_P = -i4
406#-Q- lxiv7    #-P- I4R8  F_P = -i4 -r8
407#-Q- lxiv7    #-P- I8R8  F_P = -i8 -r8
408#-Q- lxiv7    F_O = -O $(F_D) $(F_P) -I$(MODDIR) -module $(MODDIR)
409#-Q- lxiv7    F_L = ifc
410#-Q- lxiv7    M_M = 0
411#-Q- lxiv7    L_X = 0
412#-Q- lxiv7    L_O = -Vaxlib
413#-Q- lxiv7    A_C = ar -r
414#-Q- lxiv7    A_G = ar -x
415#-Q- lxiv7    C_C = cc -c
416#-Q- lxiv7    C_O =
417#-Q- lxiv7    C_L = cc
418#-Q- lxiv7    #-
419#-Q- lxiv7    NCDF_INC = /usr/local/include
420#-Q- lxiv7    NCDF_LIB = -L/usr/local/lib -lnetcdf
421#-Q- lxiv7    #-
422#-Q- lxiv8    #- Global definitions for Intel compiler (ifort) at LSCE
423#-Q- lxiv8    M_K = gmake
424#-Q- lxiv8    P_C = cpp
425#-Q- lxiv8    P_O = -P -C $(P_P)
426#-Q- lxiv8    F_C = ifort -c -cpp
427#-Q- lxiv8    #-D- MD    F_D = -g
428#-Q- lxiv8    #-D- MN    F_D =
429#-Q- lxiv8    #-P- I4R4  F_P = -i4
430#-Q- lxiv8    #-P- I4R8  F_P = -i4 -r8
431#-Q- lxiv8    #-P- I8R8  F_P = -i8 -r8
432#-Q- lxiv8    F_O = -O $(F_D) $(F_P) -I$(MODDIR) -module $(MODDIR)
433#-Q- lxiv8    F_L = ifort
434#-Q- lxiv8    M_M = 0
435#-Q- lxiv8    L_X = 0
436#-Q- lxiv8    L_O = -Vaxlib
437#-Q- lxiv8    A_C = ar -r
438#-Q- lxiv8    A_G = ar -x
439#-Q- lxiv8    C_C = cc -c
440#-Q- lxiv8    C_O =
441#-Q- lxiv8    C_L = cc
442#-Q- lxiv8    #-
443#-Q- lxiv8    NCDF_INC = /usr/local/include
444#-Q- lxiv8    NCDF_LIB = -L/usr/local/lib -lnetcdff -lnetcdf
445#-Q- lxiv8    #-
446#-Q- osf1     #- Obsolete definitions for DEC OSF1
447#-Q- osf1     M_K = gmake
448#-Q- osf1     P_C = cpp
449#-Q- osf1     P_O = -P -C $(P_P)
450#-Q- osf1     F_C = f90 -c
451#-Q- osf1     #-D- MD    F_D = -g
452#-Q- osf1     #-D- MN    F_D =
453#-Q- osf1     #-P- I4R4  F_P =
454#-Q- osf1     #-P- I4R8  F_P = -r8
455#-Q- osf1     #-P- I8R8  F_P = -i8 -r8
456#-Q- osf1     F_O = -O $(F_D) $(F_P) -I$(MODDIR) -module $(MODDIR)
457#-Q- osf1     F_L = f90
458#-Q- osf1     M_M = 0
459#-Q- osf1     L_X = 0
460#-Q- osf1     L_O =
461#-Q- osf1     A_C = ar -r
462#-Q- osf1     A_G = ar -x
463#-Q- osf1     C_C = cc -c
464#-Q- osf1     C_O =
465#-Q- osf1     C_L = cc
466#-Q- osf1     #-
467#-Q- osf1     NCDF_INC = /usr/local/include
468#-Q- osf1     NCDF_LIB = -L/usr/local/lib -lnetcdf
469#-Q- osf1     #-
470#-Q- osxxlf   #- Global definitions for Mac OS X and IBM xlf compiler
471#-Q- osxxlf   M_K = make
472#-Q- osxxlf   P_C = /usr/bin/cpp
473#-Q- osxxlf   P_O = -P -C $(P_P:-WF,-D%=-D%)
474#-Q- osxxlf   F_C = xlf90 -c
475#-Q- osxxlf   #-D- MD    F_D = -g -C
476#-Q- osxxlf   #-D- MN    F_D =
477#-Q- osxxlf   #-P- I4R4  F_P = -qintsize=4 -qrealsize=4
478#-Q- osxxlf   #-P- I4R8  F_P = -qintsize=4 -qrealsize=8
479#-Q- osxxlf   #-P- I8R8  F_P = -qintsize=8 -qrealsize=8
480#-Q- osxxlf   w_w = $(F_P) -O2 $(F_D) -qsuffix=f=f90
481#-Q- osxxlf   F_O = $(w_w) -I$(MODDIR) -qmoddir=$(MODDIR)
482#-Q- osxxlf   F_L = xlf90
483#-Q- osxxlf   M_M = 0
484#-Q- osxxlf   L_X = 0
485#-Q- osxxlf   L_O = $(F_P) -O2
486#-Q- osxxlf   A_C = ar -rs
487#-Q- osxxlf   A_G = ar -x
488#-Q- osxxlf   C_C = cc -c
489#-Q- osxxlf   C_O =
490#-Q- osxxlf   C_L = cc
491#-Q- osxxlf   #-
492#-Q- osxxlf   NCDF_INC = /usr/local/install/netcdf-3.6.0-p1/include
493#-Q- osxxlf   NCDF_LIB = -L/usr/local/install/netcdf-3.6.0-p1/lib -lnetcdf
494#-Q- osxxlf   #-
495#-Q- platine  #- Global definitions for Bull (opteron) at CCRT
496#-Q- platine  LIB_MPI = MPI1
497#-Q- platine  LIB_MPI_BIS = MPI1
498#-Q- platine  PRISM_ARCH = IA64
499#-Q- platine  PRISM_NAME = platine
500#-Q- platine  FCM_ARCH = IA64_PLATINE
501#-Q- platine  M_K = gmake
502#-Q- platine  P_C = cpp
503#-Q- platine  P_O = -P -C $(P_P)
504#-Q- platine  F_C = mpif90 -c -cpp
505#-Q- platine  #-D- MD    F_D = -g
506#-Q- platine  #-D- MN    F_D =
507#-Q- platine  #-P- I4R4  F_P = -i4
508#-Q- platine  #-P- I4R8  F_P = -i4 -r8
509#-Q- platine  #-P- I8R8  F_P = -i8 -r8
510#-Q- platine  F_O = -DCPP_PARA -O3 $(F_D) $(F_P) -I$(MODDIR) -module $(MODDIR)
511#-Q- platine  F_L = mpif90
512#-Q- platine  M_M = 0
513#-Q- platine  L_X = 0
514#-Q- platine  L_O =
515#-Q- platine  A_C = ar -r
516#-Q- platine  A_G = ar -x
517#-Q- platine  C_C = cc -c
518#-Q- platine  C_O =
519#-Q- platine  C_L = cc
520#-Q- platine  #-
521#-Q- platine  NCDF_INC = /usr/include
522#-Q- platine  NCDF_LIB = -L/usr/lib -lnetcdff -lnetcdf
523#-Q- platine  #-
524#-Q- sgi6     #- Global definitions for IRIX64 (sgi6)
525#-Q- sgi6     M_K = gmake
526#-Q- sgi6     P_C = cpp
527#-Q- sgi6     P_O = -P -C $(P_P)
528#-Q- sgi6     F_C = f90 -c
529#-Q- sgi6     #-D- MD    F_D =
530#-Q- sgi6     #-D- MN    F_D =
531#-Q- sgi6     #-P- I4R4  F_P = -i4 -r4
532#-Q- sgi6     #-P- I4R8  F_P = -i4 -r8
533#-Q- sgi6     #-P- I8R8  F_P = -i8 -r8
534#-Q- sgi6     F_O = $(F_D) $(F_P) -I $(MODDIR)
535#-Q- sgi6     F_L = f90
536#-Q- sgi6     M_M = 0
537#-Q- sgi6     L_X = 0
538#-Q- sgi6     L_O =
539#-Q- sgi6     A_C = ar -r
540#-Q- sgi6     A_G = ar -x
541#-Q- sgi6     C_C = cc -c
542#-Q- sgi6     C_O =
543#-Q- sgi6     C_L = cc
544#-Q- sgi6     #-
545#-Q- sgi6     NCDF_INC = /usr/local/pub/include
546#-Q- sgi6     NCDF_LIB = -L/usr/local/pub/lib64 -lnetcdf
547#-Q- sgi6     #-
548#-Q- solaris  #- Global definitions for SOLARIS
549#-Q- solaris  M_K = make
550#-Q- solaris  P_C = cpp
551#-Q- solaris  P_O = -P -C $(P_P)
552#-Q- solaris  F_C = f90 -c
553#-Q- solaris  #-D- MD    F_D =
554#-Q- solaris  #-D- MN    F_D =
555#-Q- solaris  #-P- I4R4  F_P =
556#-Q- solaris  #-P- I4R8  F_P = -r8const
557#-Q- solaris  #-P- I8R8  F_P = -i8const -r8const
558#-Q- solaris  F_O = $(F_D) $(F_P) -M$(MODDIR) -fast
559#-Q- solaris  F_L = f90
560#-Q- solaris  M_M = 1
561#-Q- solaris  L_X = 0
562#-Q- solaris  L_O =
563#-Q- solaris  A_C = ar -r
564#-Q- solaris  A_G = ar -x
565#-Q- solaris  C_C = cc -c
566#-Q- solaris  C_O =
567#-Q- solaris  C_L = cc
568#-Q- solaris  #-
569#-Q- solaris  NCDF_INC = /distrib/local/include
570#-Q- solaris  NCDF_LIB = -L/distrib/local/lib -lnetcdf
571#-Q- solaris  #-
572#-Q- sx6nec   #- Global definitions for NEC SX8 at CCRT (alias)
573#-Q- sx6nec   LIB_MPI = MPI1
574#-Q- sx6nec   LIB_MPI_BIS = MPI1
575#-Q- sx6nec   PRISM_ARCH = SX
576#-Q- sx6nec   PRISM_NAME = mercure
577#-Q- sx6nec   FCM_ARCH = SX8_MERCURE
578#-Q- sx6nec   M_K = sxgmake
579#-Q- sx6nec   P_C = cpp
580#-Q- sx6nec   P_O = -P -C $(P_P)
581#-Q- sx6nec   F_C = sxmpif90 -c
582#-Q- sx6nec   #-D- MD    F_D =
583#-Q- sx6nec   #-D- MN    F_D =
584#-Q- sx6nec   #-P- I4R4  F_P = -dW
585#-Q- sx6nec   #-P- I4R8  F_P = -dW -Wf\"-A idbl4\"
586#-Q- sx6nec   #-P- I8R8  F_P = -ew
587#-Q- sx6nec   F_O = $(F_D) $(F_P) -Ep -DCPP_PARA -size_t64 -Wf,"-pvctl loopcnt=999999" -I $(MODDIR)
588#-Q- sx6nec   F_L = sxmpif90
589#-Q- sx6nec   M_M = 1
590#-Q- sx6nec   L_X = 0
591#-Q- sx6nec   L_O = -size_t64 $(F_P)
592#-Q- sx6nec   A_C = sxar -rv
593#-Q- sx6nec   A_G = sxar -x
594#-Q- sx6nec   A_X = sxar -rv
595#-Q- sx6nec   C_C = sxcc -size_t64 -c
596#-Q- sx6nec   C_O =
597#-Q- sx6nec   C_L = sxcc -size_t64
598#-Q- sx6nec   FC_C = gcc -c
599#-Q- sx6nec   FC_O =
600#-Q- sx6nec   FC_L = gcc
601#-Q- sx6nec   #-
602#-Q- sx6nec   NCDF_INC = /usr/local/SX8/soft/netcdf/include
603#-Q- sx6nec   NCDF_LIB = -L/usr/local/SX8/soft/netcdf/lib -lnetcdf
604#-Q- sx6nec   #-
605#-Q- sx8brodie   #- Global definitions for NEC SX8 at Idris
606#-Q- sx8brodie   LIB_MPI = MPI1
607#-Q- sx8brodie   LIB_MPI_BIS = MPI1
608#-Q- sx8brodie   PRISM_ARCH = SX
609#-Q- sx8brodie   PRISM_NAME = brodie
610#-Q- sx8brodie   FCM_ARCH = SX8_BRODIE
611#-Q- sx8brodie   M_K = sxgmake
612#-Q- sx8brodie   P_C = sxcpp
613#-Q- sx8brodie   P_O = -P -C $(P_P)
614#-Q- sx8brodie   F_C = sxmpif90 -c
615#-Q- sx8brodie   #-D- MD    F_D =
616#-Q- sx8brodie   #-D- MN    F_D =
617#-Q- sx8brodie   #-P- I4R4  F_P = -dW
618#-Q- sx8brodie   #-P- I4R8  F_P = -dW -Wf\"-A idbl4\"
619#-Q- sx8brodie   #-P- I8R8  F_P = -ew
620#-Q- sx8brodie   F_O = $(F_D) $(F_P) -Ep -DCPP_PARA -I $(MODDIR)
621#-Q- sx8brodie   F_L = sxmpif90
622#-Q- sx8brodie   M_M = 1
623#-Q- sx8brodie   L_X = 0
624#-Q- sx8brodie   L_O = $(F_P)
625#-Q- sx8brodie   A_C = sxar -rv
626#-Q- sx8brodie   A_G = sxar -x
627#-Q- sx8brodie   A_X = sxar -rv
628#-Q- sx8brodie   C_C = sxcc -c
629#-Q- sx8brodie   C_O =
630#-Q- sx8brodie   C_L = sxcc
631#-Q- sx8brodie   FC_C = gcc -c
632#-Q- sx8brodie   FC_O =
633#-Q- sx8brodie   FC_L = gcc
634#-Q- sx8brodie   #-
635#-Q- sx8brodie   NCDF_INC = /SXlocal/pub/netCDF/netCDF-3.6.1/include
636#-Q- sx8brodie   NCDF_LIB = -L/SXlocal/pub/netCDF/netCDF-3.6.1/lib -lnetcdf
637#-Q- sx8brodie   #-
638#-Q- sx8mercure   #- Global definitions for NEC SX8 at CCRT
639#-Q- sx8mercure   LIB_MPI = MPI1
640#-Q- sx8mercure   LIB_MPI_BIS = MPI1
641#-Q- sx8mercure   PRISM_ARCH = SX
642#-Q- sx8mercure   PRISM_NAME = mercure
643#-Q- sx8mercure   FCM_ARCH = SX8_MERCURE
644#-Q- sx8mercure   M_K = sxgmake
645#-Q- sx8mercure   P_C = cpp
646#-Q- sx8mercure   P_O = -P -C $(P_P)
647#-Q- sx8mercure   F_C = sxmpif90 -c
648#-Q- sx8mercure   #-D- MD    F_D =
649#-Q- sx8mercure   #-D- MN    F_D =
650#-Q- sx8mercure   #-P- I4R4  F_P = -dW
651#-Q- sx8mercure   #-P- I4R8  F_P = -dW -Wf\"-A idbl4\"
652#-Q- sx8mercure   #-P- I8R8  F_P = -ew
653#-Q- sx8mercure   F_O = $(F_D) $(F_P) -Ep -DCPP_PARA -size_t64 -Wf,"-pvctl loopcnt=999999" -I $(MODDIR)
654#-Q- sx8mercure   F_L = sxmpif90
655#-Q- sx8mercure   M_M = 1
656#-Q- sx8mercure   L_X = 0
657#-Q- sx8mercure   L_O = -size_t64 $(F_P)
658#-Q- sx8mercure   A_C = sxar -rv
659#-Q- sx8mercure   A_G = sxar -x
660#-Q- sx8mercure   A_X = sxar -rv
661#-Q- sx8mercure   C_C = sxcc -size_t64 -c
662#-Q- sx8mercure   C_O =
663#-Q- sx8mercure   C_L = sxcc -size_t64
664#-Q- sx8mercure   FC_C = gcc -c
665#-Q- sx8mercure   FC_O =
666#-Q- sx8mercure   FC_L = gcc
667#-Q- sx8mercure   #-
668#-Q- sx8mercure   NCDF_INC = /usr/local/SX8/soft/netcdf/include
669#-Q- sx8mercure   NCDF_LIB = -L/usr/local/SX8/soft/netcdf/lib -lnetcdf
670#-Q- sx8mercure   #-
671#-Q- sxdkrz   #- Global definitions for NEC SX8 at DKRZ
672#-Q- sxdkrz   LIB_MPI = MPI1
673#-Q- sxdkrz   LIB_MPI_BIS = MPI1
674#-Q- sxdkrz   PRISM_ARCH = SX
675#-Q- sxdkrz   PRISM_NAME = ds
676#-Q- sxdkrz   M_K = sxgmake
677#-Q- sxdkrz   P_C = cpp
678#-Q- sxdkrz   P_O = -P -C $(P_P)
679#-Q- sxdkrz   F_C = sxmpif90 -c
680#-Q- sxdkrz   #-D- MD    F_D =
681#-Q- sxdkrz   #-D- MN    F_D =
682#-Q- sxdkrz   #-P- I4R4  F_P = -dw
683#-Q- sxdkrz   #-P- I4R8  F_P = -dw -Wf\"-A idbl4\"
684#-Q- sxdkrz   #-P- I8R8  F_P = -ew
685#-Q- sxdkrz   F_O = $(F_D) $(F_P) -I $(MODDIR)
686#-Q- sxdkrz   F_L = sxmpif90
687#-Q- sxdkrz   M_M = 1
688#-Q- sxdkrz   L_X = 0
689#-Q- sxdkrz   L_O = $(F_P)
690#-Q- sxdkrz   A_C = ar -rv
691#-Q- sxdkrz   A_G = ar -x
692#-Q- sxdkrz   A_X = sxar -rv
693#-Q- sxdkrz   C_C = sxcc -c
694#-Q- sxdkrz   C_O =
695#-Q- sxdkrz   C_L = sxcc
696#-Q- sxdkrz   FC_C = cc -c
697#-Q- sxdkrz   FC_O =
698#-Q- sxdkrz   FC_L = cc
699#-Q- sxdkrz   #-
700#-Q- sxdkrz   NCDF_INC = /pool/SX-6/netcdf/netcdf-3.5.0/include
701#-Q- sxdkrz   NCDF_LIB = -L/pool/SX-6/netcdf/netcdf-3.5.0/lib -lnetcdf_A_idbl4
702#-Q- sxdkrz   #-
703#-Q- t3e      #- Obsolete definitions for T3E
704#-Q- t3e      M_K = gmake
705#-Q- t3e      P_C = cpp
706#-Q- t3e      P_O = -P -C $(P_P)
707#-Q- t3e      F_C = f90 -c
708#-Q- t3e      #-D- MD    F_D =
709#-Q- t3e      #-D- MN    F_D =
710#-Q- t3e      #-P- I4R4  F_P =
711#-Q- t3e      #-P- I4R8  F_P =
712#-Q- t3e      #-P- I8R8  F_P =
713#-Q- t3e      w_w = $(F_D) $(F_P) -rm -O2 -Ounroll2 -Osplit2 -dp
714#-Q- t3e      F_O = $(w_w) -p $(MODEL_LIB)
715#-Q- t3e      F_L = f90
716#-Q- t3e      M_M = 0
717#-Q- t3e      L_X = 0
718#-Q- t3e      L_O = -X 4
719#-Q- t3e      A_C = ar -r
720#-Q- t3e      A_G = ar -x
721#-Q- t3e      C_C = cc -c
722#-Q- t3e      C_O = -Wall
723#-Q- t3e      C_L = cc
724#-Q- t3e      #-
725#-Q- t3e      NCDF_INC = /usr/local/pub/include
726#-Q- t3e      NCDF_LIB = -L/usr/local/pub/lib -lnetcdf
727#-Q- t3e      #-
728#-Q- tx7  #- Global definitions for NEC TX7 front-end (Mercure) at CCRT, ifort
729#-Q- tx7  M_K = gmake
730#-Q- tx7  P_C = cpp
731#-Q- tx7  P_O = -P -C $(P_P)
732#-Q- tx7  F_C = ifort -c
733#-Q- tx7  #-D- MD    F_D = -g
734#-Q- tx7  #-D- MN    F_D =
735#-Q- tx7  #-P- I4R4  F_P = -i4
736#-Q- tx7  #-P- I4R8  F_P = -i4 -r8
737#-Q- tx7  #-P- I8R8  F_P = -i8 -r8
738#-Q- tx7  F_O = -O $(F_D) $(F_P) -I$(MODDIR) -module $(MODDIR)
739#-Q- tx7  F_L = ifort
740#-Q- tx7  M_M = 0
741#-Q- tx7  L_X = 0
742#-Q- tx7  L_O = -Vaxlib
743#-Q- tx7  A_C = ar -r
744#-Q- tx7  A_G = ar -x
745#-Q- tx7  C_C = cc -c
746#-Q- tx7  C_O =
747#-Q- tx7  C_L = cc
748#-Q- tx7  #-
749#-Q- tx7  NCDF_INC = /usr/local/include
750#-Q- tx7  NCDF_LIB = -L/usr/local/lib -lnetcdf
751#-Q- tx7  #-
752#-Q- unix   #- Skeleton definitions for UNIX
753#-Q- unix   M_K = make
754#-Q- unix   P_C = cpp
755#-Q- unix   P_O = -P -C $(P_P)
756#-Q- unix   F_C = f90 -c
757#-Q- unix   #-D- MD    F_D =
758#-Q- unix   #-D- MN    F_D =
759#-Q- unix   #-P- I4R4  F_P =
760#-Q- unix   #-P- I4R8  F_P =
761#-Q- unix   #-P- I8R8  F_P =
762#-Q- unix   F_O = $(F_D) $(F_P) -M$(MODDIR)
763#-Q- unix   F_L = f90
764#-Q- unix   M_M = 0
765#-Q- unix   L_X = 0
766#-Q- unix   L_O =
767#-Q- unix   A_C = ar -r
768#-Q- unix   A_G = ar -x
769#-Q- unix   C_C = cc -c
770#-Q- unix   C_O =
771#-Q- unix   C_L = cc
772#-Q- unix   #-
773#-Q- unix   NCDF_INC = /distrib/local/include
774#-Q- unix   NCDF_LIB = -L/distrib/local/lib -lnetcdf
775#-Q- unix   #-
776RM      = rm -f
777STRIP   = strip
778SIZE    = size
Note: See TracBrowser for help on using the repository browser.