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

Last change on this file since 1571 was 1569, checked in by omamce, 13 years ago

O.M. : update lines for Mac OS X (Darwin)

  • Property svn:keywords set to Id
File size: 34.0 KB
Line 
1#-
2#- $Id$
3#-
4#- Validate the correlation between the target and the environment
5#-
6UTIL_DIR = '??'
7WW_h_t = $(shell cat $(UTIL_DIR)/.host_target)
8WW_h_w = $(shell $(UTIL_DIR)/w_i_h)
9WW_t_e = $(shell $(UTIL_DIR)/w_i_e $(WW_h_t) $(WW_h_w))
10ifeq "$(WW_t_e)" "NO"
11 $(error )
12endif
13#-
14#-Q- Darwin   #- Global definitions for Mac OSX, gfortran
15#-Q- Darwin   LIB_MPI = MPI1
16#-Q- Darwin   LIB_MPI_BIS = MPI1
17#-Q- Darwin   PRISM_ARCH = Darwin
18#-Q- Darwin   PRISM_NAME = Darwin
19#-Q- Darwin   FCM_ARCH = Darwin
20#-Q- Darwin   M_K = make
21#-Q- Darwin   P_C = cpp
22#-Q- Darwin   P_O = -fpreprocessed -P -C -traditional $(P_P)
23#-Q- Darwin   F_C = gfortran -c -cpp
24#-Q- Darwin   #-D- MD    F_D = -g -Wall -fbounds-check -pedantic -finit-real=nan
25#-Q- Darwin   #-D- MN    F_D =
26#-Q- Darwin   #-P- I4R4  F_P =
27#-Q- Darwin   #-P- I4R8  F_P = -fdefault-real-8
28#-Q- Darwin   #-P- I8R8  F_P = -fdefault-integer-8 -fdefault-real-8
29#-Q- Darwin   w_w = -O5 -funroll-all-loops $(F_D) $(F_P) -I$(MODDIR)
30#-Q- Darwin   F_O = $(w_w) -J$(MODDIR)
31#-Q- Darwin   F_L = gfortran
32#-Q- Darwin   M_M = 0
33#-Q- Darwin   L_X = 0
34#-Q- Darwin   L_O =
35#-Q- Darwin   A_C = ar -rs
36#-Q- Darwin   A_G = ar -x
37#-Q- Darwin   C_C = cc -c
38#-Q- Darwin   C_O =
39#-Q- Darwin   C_L = cc
40#-Q- Darwin   FC_C = cc -c
41#-Q- Darwin   FC_O =
42#-Q- Darwin   FC_L = cc
43#-Q- Darwin   #-
44#-Q- Darwin   NCDF_INC = -I/usr/softs/include -I/opt/local/include
45#-Q- Darwin   NCDF_LIB = -L/usr/softs/lib -lnetcdff -lnetcdf
46#-Q- Darwin   #-
47#-Q- Darwin_g95  #- Global definitions for Mac OSX, g95
48#-Q- Darwin_g95  M_K = make
49#-Q- Darwin_g95  P_C = cpp
50#-Q- Darwin_g95  P_O = -fpreprocessed -P -C -traditional $(P_P)
51#-Q- Darwin_g95  F_C = g95 -c
52#-Q- Darwin_g95  #-D- MD    F_D = -g -Wall -fbounds-check
53#-Q- Darwin_g95  #-D- MN    F_D =
54#-Q- Darwin_g95  #-P- I4R4  F_P = -i4
55#-Q- Darwin_g95  #-P- I4R8  F_P = -i4 -r8
56#-Q- Darwin_g95  #-P- I8R8  F_P = -i8 -r8
57#-Q- Darwin_g95  w_w = -O5 -funroll-all-loops $(F_D) $(F_P) -I$(MODDIR)
58#-Q- Darwin_g95  F_O = $(w_w) -fmod=$(MODDIR)
59#-Q- Darwin_g95  F_L = g95
60#-Q- Darwin_g95  M_M = 0
61#-Q- Darwin_g95  L_X = 0
62#-Q- Darwin_g95  L_O =
63#-Q- Darwin_g95  A_C = ar -rs
64#-Q- Darwin_g95  A_G = ar -x
65#-Q- Darwin_g95  C_C = cc -c
66#-Q- Darwin_g95  C_O =
67#-Q- Darwin_g95  C_L = cc
68#-Q- Darwin_g95  #-
69#-Q- Darwin_g95  NCDF_INC = /usr/install/include
70#-Q- Darwin_g95  NCDF_LIB = -L/usr/install/lib -lnetcdf
71#-Q- Darwin_g95  #-
72#-Q- aix      #- Global definitions for IBM AIX (MPP)
73#-Q- aix      LIB_MPI = MPI1
74#-Q- aix      LIB_MPI_BIS = MPI1
75#-Q- aix      PRISM_ARCH = AIX
76#-Q- aix      PRISM_NAME = zahir
77#-Q- aix      FCM_ARCH = AIX_ZAHIR
78#-Q- aix      M_K = gmake
79#-Q- aix      P_C = /usr/lib/cpp
80#-Q- aix      P_O = -P -I/usr/lpp/ppe.poe/include/thread64 -C $(P_P:-WF,-D%=-D%)
81#-Q- aix      F_C = mpxlf90_r -c
82#-Q- aix      #-D- MD    F_D =
83#-Q- aix      #-D- MN    F_D =
84#-Q- aix      #-P- I4R4  F_P = -qrealsize=4
85#-Q- aix      #-P- I4R8  F_P = -qrealsize=8
86#-Q- aix      #-P- I8R8  F_P =
87#-Q- aix      w_w = $(F_P) -O3 -qsuffix=f=f90
88#-Q- aix      F_O = $(w_w) -I$(MODDIR) -qmoddir=$(MODDIR)
89#-Q- aix      F_L = mpxlf90_r
90#-Q- aix      M_M = 0
91#-Q- aix      L_X = 0
92#-Q- aix      L_O = $(F_P) -q64 -bmaxdata:2000000000 -O3
93#-Q- aix      A_C = ar -rs -X64
94#-Q- aix      A_G = ar -x -X64
95#-Q- aix      C_C = cc -c
96#-Q- aix      C_O = -O
97#-Q- aix      C_L = cc
98#-Q- aix      #-
99#-Q- aix      NCDF_INC = /usr/local/pub/include
100#-Q- aix      NCDF_LIB = -L/usr/local/pub/lib -lnetcdf
101#-Q- aix      #-
102#-Q- aix6     #- Global definitions for IBM AIX Power6 (MPP)
103#-Q- aix6     LIB_MPI = MPI1
104#-Q- aix6     LIB_MPI_BIS = MPI1
105#-Q- aix6     PRISM_ARCH = AIX6
106#-Q- aix6     PRISM_NAME = vargas
107#-Q- aix6     FCM_ARCH = PW6_VARGAS
108#-Q- aix6     M_K = gmake
109#-Q- aix6     P_C = /usr/lib/cpp
110#-Q- aix6     P_O = -P -I/usr/lpp/ppe.poe/include/thread64 -C $(P_P:-WF,-D%=-D%)
111#-Q- aix6     F_C = mpxlf90_r -c
112#-Q- aix6     #-D- MD    F_D =
113#-Q- aix6     #-D- MN    F_D =
114#-Q- aix6     #-P- I4R4  F_P = -qrealsize=4
115#-Q- aix6     #-P- I4R8  F_P = -qrealsize=8
116#-Q- aix6     #-P- I8R8  F_P =
117#-Q- aix6     #w_w = $(F_P) -O3 -qsuffix=f=f90
118#-Q- aix6     w_w = $(F_P) -O3 -qsuffix=cpp=f90 -qfree=f90
119#-Q- aix6     F_O = $(w_w) -WF,-DCPP_PARA -I$(MODDIR) -qmoddir=$(MODDIR) -qextname=flush
120#-Q- aix6     F_L = mpxlf90_r
121#-Q- aix6     M_M = 0
122#-Q- aix6     L_X = 0
123#-Q- aix6     L_O = $(F_P) -q64 -O3
124#-Q- aix6     A_C = ar -rs -X64
125#-Q- aix6     A_G = ar -x -X64
126#-Q- aix6     C_C = cc -c
127#-Q- aix6     C_O = -O
128#-Q- aix6     C_L = cc
129#-Q- aix6     #-
130#-Q- aix6     NCDF_INC = /usr/local/pub/NetCDF/3.6.3/include
131#-Q- aix6     NCDF_LIB = -L/usr/local/pub/NetCDF/3.6.3/lib -lnetcdf
132#-Q- aix6     #-
133#-Q- ax_mono  #- Global definitions for IBM AIX (monoprocessing)
134#-Q- ax_mono  M_K = gmake
135#-Q- ax_mono  P_C = /usr/lib/cpp
136#-Q- ax_mono  P_O = -P -I/usr/lpp/ppe.poe/include/thread64 -C $(P_P:-WF,-D%=-D%)
137#-Q- ax_mono  F_C = xlf90_r -c
138#-Q- ax_mono  #-D- MD    F_D =
139#-Q- ax_mono  #-D- MN    F_D =
140#-Q- ax_mono  #-P- I4R4  F_P = -qrealsize=4
141#-Q- ax_mono  #-P- I4R8  F_P = -qrealsize=8
142#-Q- ax_mono  #-P- I8R8  F_P =
143#-Q- ax_mono  w_w = $(F_P) -O3 -qsuffix=f=f90
144#-Q- ax_mono  F_O = $(w_w) -I$(MODDIR) -qmoddir=$(MODDIR)
145#-Q- ax_mono  F_L = xlf90_r
146#-Q- ax_mono  M_M = 0
147#-Q- ax_mono  L_X = 0
148#-Q- ax_mono  L_O = $(F_P) -q64 -bmaxdata:2000000000 -O3
149#-Q- ax_mono  A_C = ar -rs -X64
150#-Q- ax_mono  A_G = ar -x -X64
151#-Q- ax_mono  C_C = cc -c
152#-Q- ax_mono  C_O = -O
153#-Q- ax_mono  C_L = cc
154#-Q- ax_mono  #-
155#-Q- ax_mono  NCDF_INC = /usr/local/pub/include
156#-Q- ax_mono  NCDF_LIB = -L/usr/local/pub/lib -lnetcdf
157#-Q- ax_mono  #-
158#-Q- ax6_mono #- Global definitions for IBM AIX Power6 (monoprocessing)
159#-Q- ax6_mono M_K = gmake
160#-Q- ax6_mono P_C = /usr/lib/cpp
161#-Q- ax6_mono P_O = -P -I/usr/lpp/ppe.poe/include/thread64 -C $(P_P:-WF,-D%=-D%)
162#-Q- ax6_mono F_C = xlf90_r -c
163#-Q- ax6_mono #-D- MD    F_D =
164#-Q- ax6_mono #-D- MN    F_D =
165#-Q- ax6_mono #-P- I4R4  F_P = -qrealsize=4
166#-Q- ax6_mono #-P- I4R8  F_P = -qrealsize=8
167#-Q- ax6_mono #-P- I8R8  F_P =
168#-Q- ax6_mono w_w = $(F_P) -O3 -qsuffix=f=f90
169#-Q- ax6_mono F_O = $(w_w) -I$(MODDIR) -qmoddir=$(MODDIR)
170#-Q- ax6_mono F_L = xlf90_r
171#-Q- ax6_mono M_M = 0
172#-Q- ax6_mono L_X = 0
173#-Q- ax6_mono L_O = $(F_P) -q64 -bmaxdata:2000000000 -O3
174#-Q- ax6_mono A_C = ar -rs -X64
175#-Q- ax6_mono A_G = ar -x -X64
176#-Q- ax6_mono C_C = cc -c
177#-Q- ax6_mono C_O = -O
178#-Q- ax6_mono C_L = cc
179#-Q- ax6_mono #-
180#-Q- ax6_mono NCDF_INC = /usr/local/pub/NetCDF/3.6.2/include
181#-Q- ax6_mono NCDF_LIB = -L/usr/local/pub/NetCDF/3.6.2/lib -lnetcdf
182#-Q- ax6_mono #-
183#-Q- babel    #- Global definitions for IBM Blue Gene
184#-Q- babel    M_K = gmake
185#-Q- babel    P_C = /usr/bin/cpp
186#-Q- babel    P_O = -P -C $(P_P:-WF,-D%=-D%)
187#-Q- babel    F_C = mpixlf90_r -c
188#-Q- babel    #-D- MD    F_D =
189#-Q- babel    #-D- MN    F_D =
190#-Q- babel    #-P- I4R4  F_P = -qrealsize=4
191#-Q- babel    #-P- I4R8  F_P = -qrealsize=8
192#-Q- babel    #-P- I8R8  F_P =
193#-Q- babel    w_w = $(F_P) -O3 -qsuffix=f=f90
194#-Q- babel    F_O = $(w_w) -I$(MODDIR) -qmoddir=$(MODDIR)
195#-Q- babel    F_L = mpixlf90_r
196#-Q- babel    M_M = 0
197#-Q- babel    L_X = 0
198#-Q- babel    L_O = $(F_P) -O3
199#-Q- babel    A_C = ar -rs
200#-Q- babel    A_G = ar -x
201#-Q- babel    C_C = cc -c
202#-Q- babel    C_O = -O
203#-Q- babel    C_L = cc
204#-Q- babel    #-
205#-Q- babel    NCDF_INC = /bglocal/prod/tools_ibm/netcdf-3.6.1/include
206#-Q- babel    NCDF_LIB = -L/bglocal/prod/tools_ibm/netcdf-3.6.1/lib -lnetcdf
207#-Q- babel    #-
208#-Q- bgfe     #- Global definitions for IBM Blue Gene Front End
209#-Q- bgfe     M_K = gmake
210#-Q- bgfe     P_C = /usr/bin/cpp
211#-Q- bgfe     P_O = -P -C $(P_P:-WF,-D%=-D%)
212#-Q- bgfe     F_C = xlf90_r -c
213#-Q- bgfe     #-D- MD    F_D =
214#-Q- bgfe     #-D- MN    F_D =
215#-Q- bgfe     #-P- I4R4  F_P = -qrealsize=4
216#-Q- bgfe     #-P- I4R8  F_P = -qrealsize=8
217#-Q- bgfe     #-P- I8R8  F_P =
218#-Q- bgfe     w_w = $(F_P) -O3 -qsuffix=f=f90
219#-Q- bgfe     F_O = $(w_w) -I$(MODDIR) -qmoddir=$(MODDIR)
220#-Q- bgfe     F_L = xlf90_r
221#-Q- bgfe     M_M = 0
222#-Q- bgfe     L_X = 0
223#-Q- bgfe     L_O = $(F_P) -O3
224#-Q- bgfe     A_C = ar -rs
225#-Q- bgfe     A_G = ar -x
226#-Q- bgfe     C_C = cc -c
227#-Q- bgfe     C_O = -O
228#-Q- bgfe     C_L = cc
229#-Q- bgfe     #-
230#-Q- bgfe     NCDF_INC = /local/pub/netcdf/netcdf-3.6.2/include
231#-Q- bgfe     NCDF_LIB = -L/local/pub/netcdf/netcdf-3.6.2/lib -lnetcdf
232#-Q- bgfe     #-
233#-Q- cesium  #- Global definitions for Cesium at CCRT
234#-Q- cesium  M_K = gmake
235#-Q- cesium  P_C = cpp
236#-Q- cesium  P_O = -P -C $(P_P)
237#-Q- cesium  F_C = ifort -c
238#-Q- cesium  #-D- MD    F_D = -g
239#-Q- cesium  #-D- MN    F_D =
240#-Q- cesium  #-P- I4R4  F_P = -i4
241#-Q- cesium  #-P- I4R8  F_P = -i4 -r8
242#-Q- cesium  #-P- I8R8  F_P = -i8 -r8
243#-Q- cesium  F_O = -O $(F_D) $(F_P) -I$(MODDIR) -module $(MODDIR)
244#-Q- cesium  F_L = ifort
245#-Q- cesium  M_M = 0
246#-Q- cesium  L_X = 0
247#-Q- cesium  L_O = -Vaxlib
248#-Q- cesium  A_C = ar -r
249#-Q- cesium  A_G = ar -x
250#-Q- cesium  C_C = cc -c
251#-Q- cesium  C_O =
252#-Q- cesium  C_L = cc
253#-Q- cesium  #-
254#-Q- cesium  NCDF_INC = /applications/netcdf-3.6.3/include
255#-Q- cesium  NCDF_LIB = -L/applications/netcdf-3.6.3/lib -lnetcdff -lnetcdf
256#-Q- cesium  #-
257#-Q- ciclad   #- Global definitions for ciclad, gfortran
258#-Q- ciclad   M_K = make
259#-Q- ciclad   P_C = cpp
260#-Q- ciclad   P_O = -fpreprocessed -P -C -traditional $(P_P)
261#-Q- ciclad   F_C = gfortran -c
262#-Q- ciclad   #-D- MD    F_D = -g -Wall -fbounds-check -pedantic -finit-real=nan
263#-Q- ciclad   #-D- MN    F_D =
264#-Q- ciclad   #-P- I4R4  F_P =
265#-Q- ciclad   #-P- I4R8  F_P = -fdefault-real-8
266#-Q- ciclad   #-P- I8R8  F_P = -fdefault-integer-8 -fdefault-real-8
267#-Q- ciclad   w_w = -O5 -funroll-all-loops $(F_D) $(F_P) -I$(MODDIR)
268#-Q- ciclad   F_O = $(w_w) -J$(MODDIR)
269#-Q- ciclad   F_L = gfortran
270#-Q- ciclad   M_M = 0
271#-Q- ciclad   L_X = 0
272#-Q- ciclad   L_O =
273#-Q- ciclad   A_C = ar -rs
274#-Q- ciclad   A_G = ar -x
275#-Q- ciclad   C_C = cc -c
276#-Q- ciclad   C_O =
277#-Q- ciclad   C_L = cc
278#-Q- ciclad   #-
279#-Q- ciclad   NCDF_INC = /opt/netcdf/gfortran/include
280#-Q- ciclad   NCDF_LIB = -L/opt/netcdf/gfortran/lib -lnetcdf
281#-Q- ciclad   #-
282#-Q- cray     #- Obsolete definitions for CRAY
283#-Q- cray     M_K = make
284#-Q- cray     P_C = cpp
285#-Q- cray     P_O = -P -C $(P_P)
286#-Q- cray     F_C = f90 -c
287#-Q- cray     #-D- MD    F_D =
288#-Q- cray     #-D- MN    F_D =
289#-Q- cray     #-P- I4R4  F_P =
290#-Q- cray     #-P- I4R8  F_P =
291#-Q- cray     #-P- I8R8  F_P =
292#-Q- cray     F_O = $(F_D) $(F_P) -v -p $(MODEL_LIB)
293#-Q- cray     F_L = f90
294#-Q- cray     M_M = 0
295#-Q- cray     L_X = 0
296#-Q- cray     L_O =
297#-Q- cray     A_C = bld -r
298#-Q- cray     A_G = bld -x
299#-Q- cray     C_C = cc -c
300#-Q- cray     C_O = -Wall
301#-Q- cray     C_L = cc
302#-Q- cray     #-
303#-Q- cray     NCDF_INC = /usr/local/pub/include
304#-Q- cray     NCDF_LIB = -L/usr/local/pub/lib -lnetcdf
305#-Q- cray     #-
306#-Q- egi      #- Global definitions for ciclad, gfortran
307#-Q- egi      M_K = make
308#-Q- egi      P_C = cpp
309#-Q- egi      P_O = -fpreprocessed -P -C -traditional $(P_P)
310#-Q- egi      F_C = gfortran -c
311#-Q- egi      #-D- MD    F_D = -g -Wall -fbounds-check -pedantic -finit-real=nan
312#-Q- egi      #-D- MN    F_D =
313#-Q- egi      #-P- I4R4  F_P =
314#-Q- egi      #-P- I4R8  F_P = -fdefault-real-8
315#-Q- egi      #-P- I8R8  F_P = -fdefault-integer-8 -fdefault-real-8
316#-Q- egi      w_w = -O5 -funroll-all-loops $(F_D) $(F_P) -I$(MODDIR)
317#-Q- egi      F_O = $(w_w) -J$(MODDIR)
318#-Q- egi      F_L = gfortran
319#-Q- egi      M_M = 0
320#-Q- egi      L_X = 0
321#-Q- egi      L_O =
322#-Q- egi      A_C = ar -rs
323#-Q- egi      A_G = ar -x
324#-Q- egi      C_C = cc -c
325#-Q- egi      C_O =
326#-Q- egi      C_L = cc
327#-Q- egi      #-
328#-Q- egi      NCDF_INC = $(VO_ESR_SW_DIR)/netcdf/current/include
329#-Q- egi      NCDF_LIB = -L$(VO_ESR_SW_DIR)/netcdf/current/lib -lnetcdf
330#-Q- egi      #-
331#-Q- eshpux   #- Global definitions for hpux used as Earth Simulator front-end (moon)
332#-Q- eshpux   LIB_MPI = MPI1
333#-Q- eshpux   LIB_MPI_BIS = MPI1
334#-Q- eshpux   PRISM_ARCH = ES
335#-Q- eshpux   PRISM_NAME = moon
336#-Q- eshpux   FCM_ARCH = ES_MOON
337#-Q- eshpux   M_K = gmake
338#-Q- eshpux   P_C = escpp
339#-Q- eshpux   # FTRACE used for profiling
340#-Q- eshpux   FTRACE = -ftrace
341#-Q- eshpux   # FTRACE =
342#-Q- eshpux   P_O = -P -C $(P_P)
343#-Q- eshpux   F_C = esmpif90 -c
344#-Q- eshpux   #-D- MD    F_D =
345#-Q- eshpux   #-D- MN    F_D =
346#-Q- eshpux   #-P- I4R4  F_P = -dW
347#-Q- eshpux   #-P- I4R8  F_P = -dW -Wf\"-A idbl4\"
348#-Q- eshpux   #-P- I8R8  F_P = -ew
349#-Q- eshpux   F_O = $(F_D) $(F_P) $(FTRACE) -Ep -DCPP_PARA -Wf,"-pvctl loopcnt=999999" -I $(MODDIR)
350#-Q- eshpux   F_L = esmpif90
351#-Q- eshpux   M_M = 1
352#-Q- eshpux   L_X = 1
353#-Q- eshpux   L_O = $(F_P) $(FTRACE)
354#-Q- eshpux   A_C = ar -rv
355#-Q- eshpux   A_G = ar -x
356#-Q- eshpux   A_X = esar -rv
357#-Q- eshpux   C_C = esmpicc -c
358#-Q- eshpux   C_O =
359#-Q- eshpux   C_L = esmpicc
360#-Q- eshpux   FC_C = cc -c
361#-Q- eshpux   FC_O =
362#-Q- eshpux   FC_L = cc
363#-Q- eshpux   #-
364#-Q- eshpux   NCDF_INC = /S/home010/c0010/ES/include
365#-Q- eshpux   NCDF_LIB = -L/S/home010/c0010/ES/lib -lnetcdf
366#-Q- eshpux   #-
367#-Q- fjvpp    #- Obsolete definitions for FUJITSU VPP
368#-Q- fjvpp    M_K = gmake
369#-Q- fjvpp    P_C = cpp
370#-Q- fjvpp    P_O = -P -C $(P_P)
371#-Q- fjvpp    F_C = frt -c
372#-Q- fjvpp    #-D- MD    F_D =
373#-Q- fjvpp    #-D- MN    F_D =
374#-Q- fjvpp    #-P- I4R4  F_P = -AD
375#-Q- fjvpp    #-P- I4R8  F_P = -Ad
376#-Q- fjvpp    #-P- I8R8  F_P = -Ad
377#-Q- fjvpp    w_w = -X9 -Oe -Sw $(F_D) $(F_P) -Am -M$(MODDIR)
378#-Q- fjvpp    F_O = $(w_w) -Of -Wv,-Of,-ilfunc,-preload
379#-Q- fjvpp    F_L = frt
380#-Q- fjvpp    M_M = 0
381#-Q- fjvpp    L_X = 0
382#-Q- fjvpp    L_O = -Wg,-c -Wl,-J,-t,-dy
383#-Q- fjvpp    A_C = ar -r
384#-Q- fjvpp    A_G = ar -x
385#-Q- fjvpp    C_C = cc -c
386#-Q- fjvpp    C_O =
387#-Q- fjvpp    C_L = cc
388#-Q- fjvpp    #-
389#-Q- fjvpp    NCDF_INC = /usr/local/include/netcdf
390#-Q- fjvpp    NCDF_LIB = /usr/local/lib/netcdf/libnetcdf.a
391#-Q- fjvpp    #-
392#-Q- g95      #- Global definitions for gnu g95 compiler
393#-Q- g95      M_K = gmake
394#-Q- g95      P_C = cpp
395#-Q- g95      P_O = -P -C -traditional $(P_P)
396#-Q- g95      F_C = g95 -c
397#-Q- g95      #-D- MD    F_D =
398#-Q- g95      #-D- MN    F_D =
399#-Q- g95      #-P- I4R4  F_P = -i4
400#-Q- g95      #-P- I4R8  F_P = -i4 -r8
401#-Q- g95      #-P- I8R8  F_P = -i8 -r8
402#-Q- g95      w_w = -O5 -funroll-all-loops $(F_D) $(F_P) -I$(MODDIR)
403#-Q- g95      F_O = $(w_w) -fmod=$(MODDIR) -fno-second-underscore
404#-Q- g95      F_L = g95
405#-Q- g95      M_M = 0
406#-Q- g95      L_X = 0
407#-Q- g95      L_O =
408#-Q- g95      A_C = ar -r
409#-Q- g95      A_G = ar -x
410#-Q- g95      C_C = cc -c
411#-Q- g95      C_O =
412#-Q- g95      C_L = cc
413#-Q- g95      #-
414#-Q- g95      NCDF_INC = /usr/local/include
415#-Q- g95      NCDF_LIB = -L/usr/local/lib -lnetcdf
416#-Q- g95      #-
417#-Q- gfortran  #- Global definitions for gfortran, generic system
418#-Q- gfortran  M_K = make
419#-Q- gfortran  P_C = cpp
420#-Q- gfortran  P_O = -fpreprocessed -P -C -traditional $(P_P)
421#-Q- gfortran  F_C = gfortran -c
422#-Q- gfortran  #-D- MD    F_D = -g -Wall -fbounds-check -pedantic -finit-real=nan
423#-Q- gfortran  #-D- MN    F_D =
424#-Q- gfortran  #-P- I4R4  F_P =
425#-Q- gfortran  #-P- I4R8  F_P = -fdefault-real-8
426#-Q- gfortran  #-P- I8R8  F_P = -fdefault-integer-8 -fdefault-real-8
427#-Q- gfortran  w_w = -O3 -funroll-all-loops $(F_D) $(F_P) -I$(MODDIR)
428#-Q- gfortran  F_O = $(w_w) -J$(MODDIR)
429#-Q- gfortran  F_L = gfortran
430#-Q- gfortran  M_M = 0
431#-Q- gfortran  L_X = 0
432#-Q- gfortran  L_O =
433#-Q- gfortran  A_C = ar -rs
434#-Q- gfortran  A_G = ar -x
435#-Q- gfortran  C_C = cc -c
436#-Q- gfortran  C_O =
437#-Q- gfortran  C_L = cc
438#-Q- gfortran  #-
439#-Q- gfortran  NCDF_INC = /usr/local/include
440#-Q- gfortran  NCDF_LIB = -L/usr/local/lib -lnetcdf
441#-Q- gfortran  #-
442#-Q- idris_tx7 #- Global definitions for NEC TX7 front-end (Brodie) at Idris, gfortran
443#-Q- idris_tx7 M_K = gmake
444#-Q- idris_tx7 P_C = cpp
445#-Q- idris_tx7 P_O = -P -C $(P_P)
446#-Q- idris_tx7 F_C = gfortran -c
447#-Q- idris_tx7 #-D- MD    F_D = -g
448#-Q- idris_tx7 #-D- MN    F_D =
449#-Q- idris_tx7 #-P- I4R4  F_P =
450#-Q- idris_tx7 #-P- I4R8  F_P = -fdefault-real-8
451#-Q- idris_tx7 #-P- I8R8  F_P = -fdefault-integer-8 -fdefault-real-8
452#-Q- idris_tx7 F_O = -O $(F_D) $(F_P) -I$(MODDIR) -J$(MODDIR)
453#-Q- idris_tx7 F_L = gfortran
454#-Q- idris_tx7 M_M = 0
455#-Q- idris_tx7 L_X = 0
456#-Q- idris_tx7 L_O =
457#-Q- idris_tx7 A_C = ar -r
458#-Q- idris_tx7 A_G = ar -x
459#-Q- idris_tx7 C_C = gcc -c
460#-Q- idris_tx7 C_O =
461#-Q- idris_tx7 C_L = gcc
462#-Q- idris_tx7 #-
463#-Q- idris_tx7 NCDF_INC = /TXlocal/pub/netcdf/netcdf-3.6.2/include
464#-Q- idris_tx7 NCDF_LIB = -L/TXlocal/pub/netcdf/netcdf-3.6.2/lib -lnetcdf
465#-Q- idris_tx7 #-
466#-Q- lf95      #-
467#-Q- lf95      #- Global definitions for Lahai Fujitsu lf95 compiler
468#-Q- lf95      M_K = gmake
469#-Q- lf95      P_C = cpp
470#-Q- lf95      P_O = -P -C -traditional $(P_P) -DNC_DOUBLE
471#-Q- lf95      F_C = lf95 -c
472#-Q- lf95      #-D- MD    F_D = -g --chkglobal -v95d -D_ISNAN_ -D_MATHELP_
473#-Q- lf95      #-D- MN    F_D = -O                   -D_ISNAN_ -D_MATHELP_
474#-Q- lf95      #-P- I4R4  F_P =
475#-Q- lf95      #-P- I4R8  F_P = -CcdRR8 -DNC_DOUBLE
476#-Q- lf95      #-P- I8R8  F_P = -Ccdll8 -CcdRR8 -DNC_DOUBLE
477#-Q- lf95      w_w = -Cpp --lst $(F_D) $(F_P) -I $(MODDIR)
478#-Q- lf95      F_O = $(w_w) --mod $(MODDIR)
479#-Q- lf95      F_L = lf95 $(w_w)
480#-Q- lf95      M_M = 0
481#-Q- lf95      L_X = 0
482#-Q- lf95      #-D- MD    L_O =
483#-Q- lf95      #-D- MN    L_O =
484#-Q- lf95      A_C = ar -r
485#-Q- lf95      A_G = ar -x
486#-Q- lf95      C_C = cc -c
487#-Q- lf95      #-D- MD    C_O = -g
488#-Q- lf95      #-D- MN    C_O = -O3
489#-Q- lf95      C_L = cc
490#-Q- lf95      #-
491#-Q- lf95      NCDF_INC = /home/orchidee01/mmancip/lf9562-g/include
492#-Q- lf95      NCDF_LIB = -L/home/orchidee01/mmancip/lf9562-g/lib -lnetcdf
493#-Q- lf95      #-
494#-Q- linux    #- Global definitions for Linux, pgf90
495#-Q- linux    M_K = make
496#-Q- linux    P_C = /lib/cpp
497#-Q- linux    P_O = -P -C -traditional $(P_P)
498#-Q- linux    F_C = pgf90 -c
499#-Q- linux    #-D- MD    F_D =
500#-Q- linux    #-D- MN    F_D =
501#-Q- linux    #-P- I4R4  F_P = -i4
502#-Q- linux    #-P- I4R8  F_P = -i4 -r8
503#-Q- linux    #-P- I8R8  F_P = -i8 -r8
504#-Q- linux    F_O = $(F_D) $(F_P) -Mfree -module $(MODDIR)
505#-Q- linux    F_L = pgf90
506#-Q- linux    M_M = 0
507#-Q- linux    L_X = 0
508#-Q- linux    L_O = -Wl,-Bstatic -Mbounds
509#-Q- linux    A_C = ar -r
510#-Q- linux    A_G = ar -x
511#-Q- linux    C_C = gcc -c
512#-Q- linux    C_O = -Wall
513#-Q- linux    C_L = gcc
514#-Q- linux    #-
515#-Q- linux    NCDF_INC = /distrib/local/netcdf/pgf/include/
516#-Q- linux    NCDF_LIB = -L/distrib/local/netcdf/pgf/lib/ -lnetcdf
517#-Q- linux    #-
518#-Q- lxiv7    #- Global definitions for Linux, ifc
519#-Q- lxiv7    M_K = gmake
520#-Q- lxiv7    P_C = cpp
521#-Q- lxiv7    P_O = -P -C $(P_P)
522#-Q- lxiv7    F_C = ifc -c
523#-Q- lxiv7    #-D- MD    F_D = -g
524#-Q- lxiv7    #-D- MN    F_D =
525#-Q- lxiv7    #-P- I4R4  F_P = -i4
526#-Q- lxiv7    #-P- I4R8  F_P = -i4 -r8
527#-Q- lxiv7    #-P- I8R8  F_P = -i8 -r8
528#-Q- lxiv7    F_O = -O $(F_D) $(F_P) -I$(MODDIR) -module $(MODDIR)
529#-Q- lxiv7    F_L = ifc
530#-Q- lxiv7    M_M = 0
531#-Q- lxiv7    L_X = 0
532#-Q- lxiv7    L_O = -Vaxlib
533#-Q- lxiv7    A_C = ar -r
534#-Q- lxiv7    A_G = ar -x
535#-Q- lxiv7    C_C = cc -c
536#-Q- lxiv7    C_O =
537#-Q- lxiv7    C_L = cc
538#-Q- lxiv7    #-
539#-Q- lxiv7    NCDF_INC = /usr/local/include
540#-Q- lxiv7    NCDF_LIB = -L/usr/local/lib -lnetcdf
541#-Q- lxiv7    #-
542#-Q- lxiv8    #- Global definitions for Intel compiler (ifort) at LSCE
543#-Q- lxiv8    M_K = gmake
544#-Q- lxiv8    P_C = cpp
545#-Q- lxiv8    P_O = -P -C $(P_P)
546#-Q- lxiv8    F_C = ifort -c -cpp
547#-Q- lxiv8    #-D- MD    F_D = -g
548#-Q- lxiv8    #-D- MN    F_D =
549#-Q- lxiv8    #-P- I4R4  F_P = -i4
550#-Q- lxiv8    #-P- I4R8  F_P = -i4 -r8
551#-Q- lxiv8    #-P- I8R8  F_P = -i8 -r8
552#-Q- lxiv8    F_O = -O $(F_D) $(F_P) -I$(MODDIR) -module $(MODDIR)
553#-Q- lxiv8    F_L = ifort
554#-Q- lxiv8    M_M = 0
555#-Q- lxiv8    L_X = 0
556#-Q- lxiv8    L_O = -Vaxlib
557#-Q- lxiv8    A_C = ar -r
558#-Q- lxiv8    A_G = ar -x
559#-Q- lxiv8    C_C = cc -c
560#-Q- lxiv8    C_O =
561#-Q- lxiv8    C_L = cc
562#-Q- lxiv8    #-
563#-Q- lxiv8    NCDF_INC = /usr/local/include
564#-Q- lxiv8    NCDF_LIB = -L/usr/local/lib -lnetcdff -lnetcdf
565#-Q- lxiv8    #-
566#-Q- osf1     #- Obsolete definitions for DEC OSF1
567#-Q- osf1     M_K = gmake
568#-Q- osf1     P_C = cpp
569#-Q- osf1     P_O = -P -C $(P_P)
570#-Q- osf1     F_C = f90 -c
571#-Q- osf1     #-D- MD    F_D = -g
572#-Q- osf1     #-D- MN    F_D =
573#-Q- osf1     #-P- I4R4  F_P =
574#-Q- osf1     #-P- I4R8  F_P = -r8
575#-Q- osf1     #-P- I8R8  F_P = -i8 -r8
576#-Q- osf1     F_O = -O $(F_D) $(F_P) -I$(MODDIR) -module $(MODDIR)
577#-Q- osf1     F_L = f90
578#-Q- osf1     M_M = 0
579#-Q- osf1     L_X = 0
580#-Q- osf1     L_O =
581#-Q- osf1     A_C = ar -r
582#-Q- osf1     A_G = ar -x
583#-Q- osf1     C_C = cc -c
584#-Q- osf1     C_O =
585#-Q- osf1     C_L = cc
586#-Q- osf1     #-
587#-Q- osf1     NCDF_INC = /usr/local/include
588#-Q- osf1     NCDF_LIB = -L/usr/local/lib -lnetcdf
589#-Q- osf1     #-
590#-Q- osxxlf   #- Global definitions for Mac OS X and IBM xlf compiler
591#-Q- osxxlf   M_K = make
592#-Q- osxxlf   P_C = /usr/bin/cpp
593#-Q- osxxlf   P_O = -P -C $(P_P:-WF,-D%=-D%)
594#-Q- osxxlf   F_C = xlf90 -c
595#-Q- osxxlf   #-D- MD    F_D = -g -C
596#-Q- osxxlf   #-D- MN    F_D =
597#-Q- osxxlf   #-P- I4R4  F_P = -qintsize=4 -qrealsize=4
598#-Q- osxxlf   #-P- I4R8  F_P = -qintsize=4 -qrealsize=8
599#-Q- osxxlf   #-P- I8R8  F_P = -qintsize=8 -qrealsize=8
600#-Q- osxxlf   w_w = $(F_P) -O2 $(F_D) -qsuffix=f=f90
601#-Q- osxxlf   F_O = $(w_w) -I$(MODDIR) -qmoddir=$(MODDIR)
602#-Q- osxxlf   F_L = xlf90
603#-Q- osxxlf   M_M = 0
604#-Q- osxxlf   L_X = 0
605#-Q- osxxlf   L_O = $(F_P) -O2
606#-Q- osxxlf   A_C = ar -rs
607#-Q- osxxlf   A_G = ar -x
608#-Q- osxxlf   C_C = cc -c
609#-Q- osxxlf   C_O =
610#-Q- osxxlf   C_L = cc
611#-Q- osxxlf   #-
612#-Q- osxxlf   NCDF_INC = /usr/local/install/netcdf-3.6.0-p1/include
613#-Q- osxxlf   NCDF_LIB = -L/usr/local/install/netcdf-3.6.0-p1/lib -lnetcdf
614#-Q- osxxlf   #-
615#-Q- platine  #- Global definitions for Bull (Itanium) at CCRT
616#-Q- platine  LIB_MPI = MPI1
617#-Q- platine  LIB_MPI_BIS = MPI1
618#-Q- platine  PRISM_ARCH = IA64
619#-Q- platine  PRISM_NAME = platine
620#-Q- platine  FCM_ARCH = IA64_PLATINE
621#-Q- platine  M_K = gmake
622#-Q- platine  P_C = cpp
623#-Q- platine  P_O = -P -C $(P_P)
624#-Q- platine  F_C = mpif90 -c -cpp
625#-Q- platine  #-D- MD    F_D = -g
626#-Q- platine  #-D- MN    F_D =
627#-Q- platine  #-P- I4R4  F_P = -i4
628#-Q- platine  #-P- I4R8  F_P = -i4 -r8
629#-Q- platine  #-P- I8R8  F_P = -i8 -r8
630#-Q- platine  F_O = -DCPP_PARA -O3 $(F_D) $(F_P) -I$(MODDIR) -module $(MODDIR)
631#-Q- platine  F_L = mpif90
632#-Q- platine  M_M = 0
633#-Q- platine  L_X = 0
634#-Q- platine  L_O =
635#-Q- platine  A_C = ar -r
636#-Q- platine  A_G = ar -x
637#-Q- platine  C_C = cc -c
638#-Q- platine  C_O =
639#-Q- platine  C_L = cc
640#-Q- platine  #-
641#-Q- platine  NCDF_INC = /usr/include
642#-Q- platine  NCDF_LIB = -L/usr/lib -lnetcdff -lnetcdf
643#-Q- platine  #-
644#-Q- sgi6     #- Global definitions for IRIX64 (sgi6)
645#-Q- sgi6     M_K = gmake
646#-Q- sgi6     P_C = cpp
647#-Q- sgi6     P_O = -P -C $(P_P)
648#-Q- sgi6     F_C = f90 -c
649#-Q- sgi6     #-D- MD    F_D =
650#-Q- sgi6     #-D- MN    F_D =
651#-Q- sgi6     #-P- I4R4  F_P = -i4 -r4
652#-Q- sgi6     #-P- I4R8  F_P = -i4 -r8
653#-Q- sgi6     #-P- I8R8  F_P = -i8 -r8
654#-Q- sgi6     F_O = $(F_D) $(F_P) -I $(MODDIR)
655#-Q- sgi6     F_L = f90
656#-Q- sgi6     M_M = 0
657#-Q- sgi6     L_X = 0
658#-Q- sgi6     L_O =
659#-Q- sgi6     A_C = ar -r
660#-Q- sgi6     A_G = ar -x
661#-Q- sgi6     C_C = cc -c
662#-Q- sgi6     C_O =
663#-Q- sgi6     C_L = cc
664#-Q- sgi6     #-
665#-Q- sgi6     NCDF_INC = /usr/local/pub/include
666#-Q- sgi6     NCDF_LIB = -L/usr/local/pub/lib64 -lnetcdf
667#-Q- sgi6     #-
668#-Q- solaris  #- Global definitions for SOLARIS
669#-Q- solaris  M_K = make
670#-Q- solaris  P_C = cpp
671#-Q- solaris  P_O = -P -C $(P_P)
672#-Q- solaris  F_C = f90 -c
673#-Q- solaris  #-D- MD    F_D =
674#-Q- solaris  #-D- MN    F_D =
675#-Q- solaris  #-P- I4R4  F_P =
676#-Q- solaris  #-P- I4R8  F_P = -r8const
677#-Q- solaris  #-P- I8R8  F_P = -i8const -r8const
678#-Q- solaris  F_O = $(F_D) $(F_P) -M$(MODDIR) -fast
679#-Q- solaris  F_L = f90
680#-Q- solaris  M_M = 1
681#-Q- solaris  L_X = 0
682#-Q- solaris  L_O =
683#-Q- solaris  A_C = ar -r
684#-Q- solaris  A_G = ar -x
685#-Q- solaris  C_C = cc -c
686#-Q- solaris  C_O =
687#-Q- solaris  C_L = cc
688#-Q- solaris  #-
689#-Q- solaris  NCDF_INC = /distrib/local/include
690#-Q- solaris  NCDF_LIB = -L/distrib/local/lib -lnetcdf
691#-Q- solaris  #-
692#-Q- sx6nec   #- Global definitions for NEC SX8 at CCRT (alias)
693#-Q- sx6nec   LIB_MPI = MPI1
694#-Q- sx6nec   LIB_MPI_BIS = MPI1
695#-Q- sx6nec   PRISM_ARCH = SX
696#-Q- sx6nec   PRISM_NAME = mercure
697#-Q- sx6nec   FCM_ARCH = SX8_MERCURE
698#-Q- sx6nec   M_K = sxgmake
699#-Q- sx6nec   P_C = cpp
700#-Q- sx6nec   P_O = -P -C $(P_P)
701#-Q- sx6nec   F_C = sxmpif90 -c
702#-Q- sx6nec   #-D- MD    F_D =
703#-Q- sx6nec   #-D- MN    F_D =
704#-Q- sx6nec   #-P- I4R4  F_P = -dW
705#-Q- sx6nec   #-P- I4R8  F_P = -dW -Wf\"-A idbl4\"
706#-Q- sx6nec   #-P- I8R8  F_P = -ew
707#-Q- sx6nec   F_O = $(F_D) $(F_P) -Ep -DCPP_PARA -size_t64 -Wf,"-pvctl loopcnt=999999" -I $(MODDIR)
708#-Q- sx6nec   F_L = sxmpif90
709#-Q- sx6nec   M_M = 1
710#-Q- sx6nec   L_X = 0
711#-Q- sx6nec   L_O = -size_t64 $(F_P)
712#-Q- sx6nec   A_C = sxar -rv
713#-Q- sx6nec   A_G = sxar -x
714#-Q- sx6nec   A_X = sxar -rv
715#-Q- sx6nec   C_C = sxcc -size_t64 -c
716#-Q- sx6nec   C_O =
717#-Q- sx6nec   C_L = sxcc -size_t64
718#-Q- sx6nec   FC_C = gcc -c
719#-Q- sx6nec   FC_O =
720#-Q- sx6nec   FC_L = gcc
721#-Q- sx6nec   #-
722#-Q- sx6nec   NCDF_INC = /usr/local/SX8/soft/netcdf/include
723#-Q- sx6nec   NCDF_LIB = -L/usr/local/SX8/soft/netcdf/lib -lnetcdf
724#-Q- sx6nec   #-
725#-Q- sx8brodie   #- Global definitions for NEC SX8 at Idris
726#-Q- sx8brodie   LIB_MPI = MPI1
727#-Q- sx8brodie   LIB_MPI_BIS = MPI1
728#-Q- sx8brodie   PRISM_ARCH = SX
729#-Q- sx8brodie   PRISM_NAME = brodie
730#-Q- sx8brodie   FCM_ARCH = SX8_BRODIE
731#-Q- sx8brodie   M_K = sxgmake
732#-Q- sx8brodie   P_C = sxcpp
733#-Q- sx8brodie   P_O = -P -C $(P_P)
734#-Q- sx8brodie   F_C = sxmpif90 -c
735#-Q- sx8brodie   #-D- MD    F_D =
736#-Q- sx8brodie   #-D- MN    F_D =
737#-Q- sx8brodie   #-P- I4R4  F_P = -dW
738#-Q- sx8brodie   #-P- I4R8  F_P = -dW -Wf\"-A idbl4\"
739#-Q- sx8brodie   #-P- I8R8  F_P = -ew
740#-Q- sx8brodie   F_O = $(F_D) $(F_P) -Ep -DCPP_PARA -I $(MODDIR)
741#-Q- sx8brodie   F_L = sxmpif90
742#-Q- sx8brodie   M_M = 1
743#-Q- sx8brodie   L_X = 0
744#-Q- sx8brodie   L_O = $(F_P)
745#-Q- sx8brodie   A_C = sxar -rv
746#-Q- sx8brodie   A_G = sxar -x
747#-Q- sx8brodie   A_X = sxar -rv
748#-Q- sx8brodie   C_C = sxcc -c
749#-Q- sx8brodie   C_O =
750#-Q- sx8brodie   C_L = sxcc
751#-Q- sx8brodie   FC_C = gcc -c
752#-Q- sx8brodie   FC_O =
753#-Q- sx8brodie   FC_L = gcc
754#-Q- sx8brodie   #-
755#-Q- sx8brodie   NCDF_INC = /SXlocal/pub/netCDF/netCDF-3.6.1/include
756#-Q- sx8brodie   NCDF_LIB = -L/SXlocal/pub/netCDF/netCDF-3.6.1/lib -lnetcdf
757#-Q- sx8brodie   #-
758#-Q- sx8mercure   #- Global definitions for NEC SX8 at CCRT
759#-Q- sx8mercure   LIB_MPI = MPI1
760#-Q- sx8mercure   LIB_MPI_BIS = MPI1
761#-Q- sx8mercure   PRISM_ARCH = SX
762#-Q- sx8mercure   PRISM_NAME = mercure
763#-Q- sx8mercure   FCM_ARCH = SX8_MERCURE
764#-Q- sx8mercure   M_K = sxgmake
765#-Q- sx8mercure   P_C = cpp
766#-Q- sx8mercure   P_O = -P -C $(P_P)
767#-Q- sx8mercure   F_C = sxmpif90 -c
768#-Q- sx8mercure   #-D- MD    F_D =
769#-Q- sx8mercure   #-D- MN    F_D =
770#-Q- sx8mercure   #-P- I4R4  F_P = -dW
771#-Q- sx8mercure   #-P- I4R8  F_P = -dW -Wf\"-A idbl4\"
772#-Q- sx8mercure   #-P- I8R8  F_P = -ew
773#-Q- sx8mercure   F_O = $(F_D) $(F_P) -Ep -DCPP_PARA -size_t64 -Wf,"-pvctl loopcnt=999999" -I $(MODDIR)
774#-Q- sx8mercure   F_L = sxmpif90
775#-Q- sx8mercure   M_M = 1
776#-Q- sx8mercure   L_X = 0
777#-Q- sx8mercure   L_O = -size_t64 $(F_P)
778#-Q- sx8mercure   A_C = sxar -rv
779#-Q- sx8mercure   A_G = sxar -x
780#-Q- sx8mercure   A_X = sxar -rv
781#-Q- sx8mercure   C_C = sxcc -size_t64 -c
782#-Q- sx8mercure   C_O =
783#-Q- sx8mercure   C_L = sxcc -size_t64
784#-Q- sx8mercure   FC_C = gcc -c
785#-Q- sx8mercure   FC_O =
786#-Q- sx8mercure   FC_L = gcc
787#-Q- sx8mercure   #-
788#-Q- sx8mercure   NETCDF_SX_INCLUDEDIR ?= /usr/local/SX8/soft/netcdf/include
789#-Q- sx8mercure   NETCDF_SX_LIBDIR ?= /usr/local/SX8/soft/netcdf/lib
790#-Q- sx8mercure   NCDF_INC = ${NETCDF_SX_INCLUDEDIR}
791#-Q- sx8mercure   NCDF_LIB = -L${NETCDF_SX_LIBDIR} -lnetcdf
792#-Q- sx8mercure   #-
793#-Q- sx9mercure   #- Global definitions for NEC SX9 at CCRT
794#-Q- sx9mercure   LIB_MPI = MPI1
795#-Q- sx9mercure   LIB_MPI_BIS = MPI1
796#-Q- sx9mercure   PRISM_ARCH = SX
797#-Q- sx9mercure   PRISM_NAME = mercure
798#-Q- sx9mercure   FCM_ARCH = SX9_MERCURE
799#-Q- sx9mercure   M_K = sxgmake
800#-Q- sx9mercure   P_C = cpp
801#-Q- sx9mercure   P_O = -P -C $(P_P)
802#-Q- sx9mercure   F_C = sxmpif90 -c
803#-Q- sx9mercure   #-D- MD    F_D =
804#-Q- sx9mercure   #-D- MN    F_D =
805#-Q- sx9mercure   #-P- I4R4  F_P = -dW
806#-Q- sx9mercure   #-P- I4R8  F_P = -dW -Wf\"-A idbl4\"
807#-Q- sx9mercure   #-P- I8R8  F_P = -ew
808#-Q- sx9mercure   F_O = $(F_D) $(F_P) -Ep -DCPP_PARA -size_t64 -Wf,"-pvctl loopcnt=999999" -I $(MODDIR)
809#-Q- sx9mercure   F_L = sxmpif90
810#-Q- sx9mercure   M_M = 1
811#-Q- sx9mercure   L_X = 0
812#-Q- sx9mercure   L_O = -size_t64 $(F_P)
813#-Q- sx9mercure   A_C = sxar -rv
814#-Q- sx9mercure   A_G = sxar -x
815#-Q- sx9mercure   A_X = sxar -rv
816#-Q- sx9mercure   C_C = sxcc -size_t64 -c
817#-Q- sx9mercure   C_O =
818#-Q- sx9mercure   C_L = sxcc -size_t64
819#-Q- sx9mercure   FC_C = gcc -c
820#-Q- sx9mercure   FC_O =
821#-Q- sx9mercure   FC_L = gcc
822#-Q- sx9mercure   #-
823#-Q- sx9mercure   NETCDF_SX_INCLUDEDIR ?= /ccc/applications/sx9/netcdf-3.6.1/include
824#-Q- sx9mercure   NETCDF_SX_LIBDIR ?= /ccc/applications/sx9/netcdf-3.6.1/lib
825#-Q- sx9mercure   NCDF_INC = ${NETCDF_SX_INCLUDEDIR}
826#-Q- sx9mercure   NCDF_LIB = -L${NETCDF_SX_LIBDIR} -lnetcdf
827#-Q- sx9mercure   #-
828#-Q- sxdkrz   #- Global definitions for NEC SX8 at DKRZ
829#-Q- sxdkrz   LIB_MPI = MPI1
830#-Q- sxdkrz   LIB_MPI_BIS = MPI1
831#-Q- sxdkrz   PRISM_ARCH = SX
832#-Q- sxdkrz   PRISM_NAME = ds
833#-Q- sxdkrz   M_K = sxgmake
834#-Q- sxdkrz   P_C = cpp
835#-Q- sxdkrz   P_O = -P -C $(P_P)
836#-Q- sxdkrz   F_C = sxmpif90 -c
837#-Q- sxdkrz   #-D- MD    F_D =
838#-Q- sxdkrz   #-D- MN    F_D =
839#-Q- sxdkrz   #-P- I4R4  F_P = -dw
840#-Q- sxdkrz   #-P- I4R8  F_P = -dw -Wf\"-A idbl4\"
841#-Q- sxdkrz   #-P- I8R8  F_P = -ew
842#-Q- sxdkrz   F_O = $(F_D) $(F_P) -I $(MODDIR)
843#-Q- sxdkrz   F_L = sxmpif90
844#-Q- sxdkrz   M_M = 1
845#-Q- sxdkrz   L_X = 0
846#-Q- sxdkrz   L_O = $(F_P)
847#-Q- sxdkrz   A_C = ar -rv
848#-Q- sxdkrz   A_G = ar -x
849#-Q- sxdkrz   A_X = sxar -rv
850#-Q- sxdkrz   C_C = sxcc -c
851#-Q- sxdkrz   C_O =
852#-Q- sxdkrz   C_L = sxcc
853#-Q- sxdkrz   FC_C = cc -c
854#-Q- sxdkrz   FC_O =
855#-Q- sxdkrz   FC_L = cc
856#-Q- sxdkrz   #-
857#-Q- sxdkrz   NCDF_INC = /pool/SX-6/netcdf/netcdf-3.5.0/include
858#-Q- sxdkrz   NCDF_LIB = -L/pool/SX-6/netcdf/netcdf-3.5.0/lib -lnetcdf_A_idbl4
859#-Q- sxdkrz   #-
860#-Q- t3e      #- Obsolete definitions for T3E
861#-Q- t3e      M_K = gmake
862#-Q- t3e      P_C = cpp
863#-Q- t3e      P_O = -P -C $(P_P)
864#-Q- t3e      F_C = f90 -c
865#-Q- t3e      #-D- MD    F_D =
866#-Q- t3e      #-D- MN    F_D =
867#-Q- t3e      #-P- I4R4  F_P =
868#-Q- t3e      #-P- I4R8  F_P =
869#-Q- t3e      #-P- I8R8  F_P =
870#-Q- t3e      w_w = $(F_D) $(F_P) -rm -O2 -Ounroll2 -Osplit2 -dp
871#-Q- t3e      F_O = $(w_w) -p $(MODEL_LIB)
872#-Q- t3e      F_L = f90
873#-Q- t3e      M_M = 0
874#-Q- t3e      L_X = 0
875#-Q- t3e      L_O = -X 4
876#-Q- t3e      A_C = ar -r
877#-Q- t3e      A_G = ar -x
878#-Q- t3e      C_C = cc -c
879#-Q- t3e      C_O = -Wall
880#-Q- t3e      C_L = cc
881#-Q- t3e      #-
882#-Q- t3e      NCDF_INC = /usr/local/pub/include
883#-Q- t3e      NCDF_LIB = -L/usr/local/pub/lib -lnetcdf
884#-Q- t3e      #-
885#-Q- titane  #- Global definitions for Bull (Xeon) at CCRT
886#-Q- titane  LIB_MPI = MPI1
887#-Q- titane  LIB_MPI_BIS = MPI1
888#-Q- titane  PRISM_ARCH = X64
889#-Q- titane  PRISM_NAME = titane
890#-Q- titane  FCM_ARCH = X64_TITANE
891#-Q- titane  M_K = gmake
892#-Q- titane  P_C = cpp
893#-Q- titane  P_O = -P -C $(P_P)
894#-Q- titane  F_C = mpif90 -c -cpp
895#-Q- titane  #-D- MD    F_D = -g
896#-Q- titane  #-D- MN    F_D =
897#-Q- titane  #-P- I4R4  F_P = -i4
898#-Q- titane  #-P- I4R8  F_P = -i4 -r8
899#-Q- titane  #-P- I8R8  F_P = -i8 -r8
900#-Q- titane  F_O = -DCPP_PARA -O3 $(F_D) $(F_P) -I$(MODDIR) -module $(MODDIR)
901#-Q- titane  F_L = mpif90
902#-Q- titane  M_M = 0
903#-Q- titane  L_X = 0
904#-Q- titane  L_O =
905#-Q- titane  A_C = ar -r
906#-Q- titane  A_G = ar -x
907#-Q- titane  C_C = cc -c
908#-Q- titane  C_O =
909#-Q- titane  C_L = cc
910#-Q- titane  #-
911#-Q- titane  NCDF_INC = $(NETCDF_INC_DIR)
912#-Q- titane  NCDF_LIB = -L$(NETCDF_LIB_DIR) -lnetcdff -lnetcdf
913#-Q- titane  #-
914#-Q- tx7  #- Global definitions for NEC TX7 front-end (Mercure) at CCRT, ifort
915#-Q- tx7  M_K = gmake
916#-Q- tx7  P_C = cpp
917#-Q- tx7  P_O = -P -C $(P_P)
918#-Q- tx7  F_C = ifort -c
919#-Q- tx7  #-D- MD    F_D = -g
920#-Q- tx7  #-D- MN    F_D =
921#-Q- tx7  #-P- I4R4  F_P = -i4
922#-Q- tx7  #-P- I4R8  F_P = -i4 -r8
923#-Q- tx7  #-P- I8R8  F_P = -i8 -r8
924#-Q- tx7  F_O = -O $(F_D) $(F_P) -I$(MODDIR) -module $(MODDIR)
925#-Q- tx7  F_L = ifort
926#-Q- tx7  M_M = 0
927#-Q- tx7  L_X = 0
928#-Q- tx7  L_O = -Vaxlib
929#-Q- tx7  A_C = ar -r
930#-Q- tx7  A_G = ar -x
931#-Q- tx7  C_C = cc -c
932#-Q- tx7  C_O =
933#-Q- tx7  C_L = cc
934#-Q- tx7  #-
935#-Q- tx7  NCDF_INC = /usr/local/include
936#-Q- tx7  NCDF_LIB = -L/usr/local/lib -lnetcdf
937#-Q- tx7  #-
938#-Q- ulam   #- Global definitions for ulam at IDRIS
939#-Q- ulam   M_K = gmake
940#-Q- ulam   P_C = cpp
941#-Q- ulam   P_O = -P -C $(P_P)
942#-Q- ulam   F_C = ifort -c -cpp
943#-Q- ulam   #-D- MD    F_D = -g
944#-Q- ulam   #-D- MN    F_D =
945#-Q- ulam   #-P- I4R4  F_P = -i4
946#-Q- ulam   #-P- I4R8  F_P = -i4 -r8
947#-Q- ulam   #-P- I8R8  F_P = -i8 -r8
948#-Q- ulam   F_O = -O $(F_D) $(F_P) -I$(MODDIR) -module $(MODDIR)
949#-Q- ulam   F_L = ifort
950#-Q- ulam   M_M = 0
951#-Q- ulam   L_X = 0
952#-Q- ulam   L_O = -Vaxlib
953#-Q- ulam   A_C = ar -r
954#-Q- ulam   A_G = ar -x
955#-Q- ulam   C_C = cc -c
956#-Q- ulam   C_O =
957#-Q- ulam   C_L = cc
958#-Q- ulam   #-
959#-Q- ulam   NCDF_INC = /usr/local/pub/NetCDF/3.6.3/include
960#-Q- ulam   NCDF_LIB = -L/usr/local/pub/NetCDF/3.6.3/lib -lnetcdf
961#-Q- ulam   #-
962#-Q- unix   #- Skeleton definitions for UNIX
963#-Q- unix   M_K = make
964#-Q- unix   P_C = cpp
965#-Q- unix   P_O = -P -C $(P_P)
966#-Q- unix   F_C = f90 -c
967#-Q- unix   #-D- MD    F_D =
968#-Q- unix   #-D- MN    F_D =
969#-Q- unix   #-P- I4R4  F_P =
970#-Q- unix   #-P- I4R8  F_P =
971#-Q- unix   #-P- I8R8  F_P =
972#-Q- unix   F_O = $(F_D) $(F_P) -M$(MODDIR)
973#-Q- unix   F_L = f90
974#-Q- unix   M_M = 0
975#-Q- unix   L_X = 0
976#-Q- unix   L_O =
977#-Q- unix   A_C = ar -r
978#-Q- unix   A_G = ar -x
979#-Q- unix   C_C = cc -c
980#-Q- unix   C_O =
981#-Q- unix   C_L = cc
982#-Q- unix   #-
983#-Q- unix   NCDF_INC = /distrib/local/include
984#-Q- unix   NCDF_LIB = -L/distrib/local/lib -lnetcdf
985#-Q- unix   #-
986#-Q- x86_64  #- Global definitions for new mercure front-end at CCRT (05/2010)
987#-Q- x86_64  M_K = gmake
988#-Q- x86_64  P_C = cpp
989#-Q- x86_64  P_O = -P -C $(P_P)
990#-Q- x86_64  F_C = ifort -c
991#-Q- x86_64  #-D- MD    F_D = -g
992#-Q- x86_64  #-D- MN    F_D =
993#-Q- x86_64  #-P- I4R4  F_P = -i4
994#-Q- x86_64  #-P- I4R8  F_P = -i4 -r8
995#-Q- x86_64  #-P- I8R8  F_P = -i8 -r8
996#-Q- x86_64  F_O = -O $(F_D) $(F_P) -I$(MODDIR) -module $(MODDIR)
997#-Q- x86_64  F_L = ifort
998#-Q- x86_64  M_M = 0
999#-Q- x86_64  L_X = 0
1000#-Q- x86_64  L_O = -Vaxlib
1001#-Q- x86_64  A_C = ar -r
1002#-Q- x86_64  A_G = ar -x
1003#-Q- x86_64  C_C = cc -c
1004#-Q- x86_64  C_O =
1005#-Q- x86_64  C_L = cc
1006#-Q- x86_64  #-
1007#-Q- x86_64  NCDF_INC = /applications/netcdf-3.6.3/include
1008#-Q- x86_64  NCDF_LIB = -L/applications/netcdf-3.6.3/lib -lnetcdff -lnetcdf
1009#-Q- x86_64  #-
1010RM      = rm -f
1011STRIP   = strip
1012SIZE    = size
1013
Note: See TracBrowser for help on using the repository browser.