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

Last change on this file since 1559 was 1359, checked in by mafoipsl, 13 years ago

Add ciclad and egi (European Grid Infrastructure) in modipsl. Thanks to Jerome Raciazek.

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