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

Last change on this file since 1332 was 1306, checked in by mmaipsl, 13 years ago

Add lf95 compiler for obelix1 machine.

  • Property svn:keywords set to Id
File size: 31.9 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- cray     #- Obsolete definitions for CRAY
250#-Q- cray     M_K = make
251#-Q- cray     P_C = cpp
252#-Q- cray     P_O = -P -C $(P_P)
253#-Q- cray     F_C = f90 -c
254#-Q- cray     #-D- MD    F_D =
255#-Q- cray     #-D- MN    F_D =
256#-Q- cray     #-P- I4R4  F_P =
257#-Q- cray     #-P- I4R8  F_P =
258#-Q- cray     #-P- I8R8  F_P =
259#-Q- cray     F_O = $(F_D) $(F_P) -v -p $(MODEL_LIB)
260#-Q- cray     F_L = f90
261#-Q- cray     M_M = 0
262#-Q- cray     L_X = 0
263#-Q- cray     L_O =
264#-Q- cray     A_C = bld -r
265#-Q- cray     A_G = bld -x
266#-Q- cray     C_C = cc -c
267#-Q- cray     C_O = -Wall
268#-Q- cray     C_L = cc
269#-Q- cray     #-
270#-Q- cray     NCDF_INC = /usr/local/pub/include
271#-Q- cray     NCDF_LIB = -L/usr/local/pub/lib -lnetcdf
272#-Q- cray     #-
273#-Q- eshpux   #- Global definitions for hpux used as Earth Simulator front-end (moon)
274#-Q- eshpux   LIB_MPI = MPI1
275#-Q- eshpux   LIB_MPI_BIS = MPI1
276#-Q- eshpux   PRISM_ARCH = ES
277#-Q- eshpux   PRISM_NAME = moon
278#-Q- eshpux   FCM_ARCH = ES_MOON
279#-Q- eshpux   M_K = gmake
280#-Q- eshpux   P_C = escpp
281#-Q- eshpux   # FTRACE used for profiling
282#-Q- eshpux   FTRACE = -ftrace
283#-Q- eshpux   # FTRACE =
284#-Q- eshpux   P_O = -P -C $(P_P)
285#-Q- eshpux   F_C = esmpif90 -c
286#-Q- eshpux   #-D- MD    F_D =
287#-Q- eshpux   #-D- MN    F_D =
288#-Q- eshpux   #-P- I4R4  F_P = -dW
289#-Q- eshpux   #-P- I4R8  F_P = -dW -Wf\"-A idbl4\"
290#-Q- eshpux   #-P- I8R8  F_P = -ew
291#-Q- eshpux   F_O = $(F_D) $(F_P) $(FTRACE) -Ep -DCPP_PARA -Wf,"-pvctl loopcnt=999999" -I $(MODDIR)
292#-Q- eshpux   F_L = esmpif90
293#-Q- eshpux   M_M = 1
294#-Q- eshpux   L_X = 1
295#-Q- eshpux   L_O = $(F_P) $(FTRACE)
296#-Q- eshpux   A_C = ar -rv
297#-Q- eshpux   A_G = ar -x
298#-Q- eshpux   A_X = esar -rv
299#-Q- eshpux   C_C = esmpicc -c
300#-Q- eshpux   C_O =
301#-Q- eshpux   C_L = esmpicc
302#-Q- eshpux   FC_C = cc -c
303#-Q- eshpux   FC_O =
304#-Q- eshpux   FC_L = cc
305#-Q- eshpux   #-
306#-Q- eshpux   NCDF_INC = /S/home010/c0010/ES/include
307#-Q- eshpux   NCDF_LIB = -L/S/home010/c0010/ES/lib -lnetcdf
308#-Q- eshpux   #-
309#-Q- fjvpp    #- Obsolete definitions for FUJITSU VPP
310#-Q- fjvpp    M_K = gmake
311#-Q- fjvpp    P_C = cpp
312#-Q- fjvpp    P_O = -P -C $(P_P)
313#-Q- fjvpp    F_C = frt -c
314#-Q- fjvpp    #-D- MD    F_D =
315#-Q- fjvpp    #-D- MN    F_D =
316#-Q- fjvpp    #-P- I4R4  F_P = -AD
317#-Q- fjvpp    #-P- I4R8  F_P = -Ad
318#-Q- fjvpp    #-P- I8R8  F_P = -Ad
319#-Q- fjvpp    w_w = -X9 -Oe -Sw $(F_D) $(F_P) -Am -M$(MODDIR)
320#-Q- fjvpp    F_O = $(w_w) -Of -Wv,-Of,-ilfunc,-preload
321#-Q- fjvpp    F_L = frt
322#-Q- fjvpp    M_M = 0
323#-Q- fjvpp    L_X = 0
324#-Q- fjvpp    L_O = -Wg,-c -Wl,-J,-t,-dy
325#-Q- fjvpp    A_C = ar -r
326#-Q- fjvpp    A_G = ar -x
327#-Q- fjvpp    C_C = cc -c
328#-Q- fjvpp    C_O =
329#-Q- fjvpp    C_L = cc
330#-Q- fjvpp    #-
331#-Q- fjvpp    NCDF_INC = /usr/local/include/netcdf
332#-Q- fjvpp    NCDF_LIB = /usr/local/lib/netcdf/libnetcdf.a
333#-Q- fjvpp    #-
334#-Q- g95      #- Global definitions for gnu g95 compiler
335#-Q- g95      M_K = gmake
336#-Q- g95      P_C = cpp
337#-Q- g95      P_O = -P -C -traditional $(P_P)
338#-Q- g95      F_C = g95 -c
339#-Q- g95      #-D- MD    F_D =
340#-Q- g95      #-D- MN    F_D =
341#-Q- g95      #-P- I4R4  F_P = -i4
342#-Q- g95      #-P- I4R8  F_P = -i4 -r8
343#-Q- g95      #-P- I8R8  F_P = -i8 -r8
344#-Q- g95      w_w = -O5 -funroll-all-loops $(F_D) $(F_P) -I$(MODDIR)
345#-Q- g95      F_O = $(w_w) -fmod=$(MODDIR) -fno-second-underscore
346#-Q- g95      F_L = g95
347#-Q- g95      M_M = 0
348#-Q- g95      L_X = 0
349#-Q- g95      L_O =
350#-Q- g95      A_C = ar -r
351#-Q- g95      A_G = ar -x
352#-Q- g95      C_C = cc -c
353#-Q- g95      C_O =
354#-Q- g95      C_L = cc
355#-Q- g95      #-
356#-Q- g95      NCDF_INC = /usr/local/include
357#-Q- g95      NCDF_LIB = -L/usr/local/lib -lnetcdf
358#-Q- g95      #-
359#-Q- gfortran  #- Global definitions for gfortran, generic system
360#-Q- gfortran  M_K = make
361#-Q- gfortran  P_C = cpp
362#-Q- gfortran  P_O = -fpreprocessed -P -C -traditional $(P_P)
363#-Q- gfortran  F_C = gfortran -c
364#-Q- gfortran  #-D- MD    F_D = -g -Wall -fbounds-check -pedantic -finit-real=nan
365#-Q- gfortran  #-D- MN    F_D =
366#-Q- gfortran  #-P- I4R4  F_P =
367#-Q- gfortran  #-P- I4R8  F_P = -fdefault-real-8
368#-Q- gfortran  #-P- I8R8  F_P = -fdefault-integer-8 -fdefault-real-8
369#-Q- gfortran  w_w = -O3 -funroll-all-loops $(F_D) $(F_P) -I$(MODDIR)
370#-Q- gfortran  F_O = $(w_w) -J$(MODDIR)
371#-Q- gfortran  F_L = gfortran
372#-Q- gfortran  M_M = 0
373#-Q- gfortran  L_X = 0
374#-Q- gfortran  L_O =
375#-Q- gfortran  A_C = ar -rs
376#-Q- gfortran  A_G = ar -x
377#-Q- gfortran  C_C = cc -c
378#-Q- gfortran  C_O =
379#-Q- gfortran  C_L = cc
380#-Q- gfortran  #-
381#-Q- gfortran  NCDF_INC = /usr/local/include
382#-Q- gfortran  NCDF_LIB = -L/usr/local/lib -lnetcdf
383#-Q- gfortran  #-
384#-Q- idris_tx7 #- Global definitions for NEC TX7 front-end (Brodie) at Idris, gfortran
385#-Q- idris_tx7 M_K = gmake
386#-Q- idris_tx7 P_C = cpp
387#-Q- idris_tx7 P_O = -P -C $(P_P)
388#-Q- idris_tx7 F_C = gfortran -c
389#-Q- idris_tx7 #-D- MD    F_D = -g
390#-Q- idris_tx7 #-D- MN    F_D =
391#-Q- idris_tx7 #-P- I4R4  F_P =
392#-Q- idris_tx7 #-P- I4R8  F_P = -fdefault-real-8
393#-Q- idris_tx7 #-P- I8R8  F_P = -fdefault-integer-8 -fdefault-real-8
394#-Q- idris_tx7 F_O = -O $(F_D) $(F_P) -I$(MODDIR) -J$(MODDIR)
395#-Q- idris_tx7 F_L = gfortran
396#-Q- idris_tx7 M_M = 0
397#-Q- idris_tx7 L_X = 0
398#-Q- idris_tx7 L_O =
399#-Q- idris_tx7 A_C = ar -r
400#-Q- idris_tx7 A_G = ar -x
401#-Q- idris_tx7 C_C = gcc -c
402#-Q- idris_tx7 C_O =
403#-Q- idris_tx7 C_L = gcc
404#-Q- idris_tx7 #-
405#-Q- idris_tx7 NCDF_INC = /TXlocal/pub/netcdf/netcdf-3.6.2/include
406#-Q- idris_tx7 NCDF_LIB = -L/TXlocal/pub/netcdf/netcdf-3.6.2/lib -lnetcdf
407#-Q- idris_tx7 #-
408#-Q- lf95      #-
409#-Q- lf95      #- Global definitions for Lahai Fujitsu lf95 compiler
410#-Q- lf95      M_K = gmake
411#-Q- lf95      P_C = cpp
412#-Q- lf95      P_O = -P -C -traditional $(P_P) -DNC_DOUBLE
413#-Q- lf95      F_C = lf95 -c
414#-Q- lf95      #-D- MD    F_D = -g --chkglobal -v95d -D_ISNAN_ -D_MATHELP_
415#-Q- lf95      #-D- MN    F_D = -O                   -D_ISNAN_ -D_MATHELP_
416#-Q- lf95      #-P- I4R4  F_P =
417#-Q- lf95      #-P- I4R8  F_P = -CcdRR8 -DNC_DOUBLE
418#-Q- lf95      #-P- I8R8  F_P = -Ccdll8 -CcdRR8 -DNC_DOUBLE
419#-Q- lf95      w_w = -Cpp --lst $(F_D) $(F_P) -I $(MODDIR)
420#-Q- lf95      F_O = $(w_w) --mod $(MODDIR)
421#-Q- lf95      F_L = lf95 $(w_w)
422#-Q- lf95      M_M = 0
423#-Q- lf95      L_X = 0
424#-Q- lf95      #-D- MD    L_O =
425#-Q- lf95      #-D- MN    L_O =
426#-Q- lf95      A_C = ar -r
427#-Q- lf95      A_G = ar -x
428#-Q- lf95      C_C = cc -c
429#-Q- lf95      #-D- MD    C_O = -g
430#-Q- lf95      #-D- MN    C_O = -O3
431#-Q- lf95      C_L = cc
432#-Q- lf95      #-
433#-Q- lf95      NCDF_INC = /home/orchidee01/mmancip/lf9562-g/include
434#-Q- lf95      NCDF_LIB = -L/home/orchidee01/mmancip/lf9562-g/lib -lnetcdf
435#-Q- lf95      #-
436#-Q- linux    #- Global definitions for Linux, pgf90
437#-Q- linux    M_K = make
438#-Q- linux    P_C = /lib/cpp
439#-Q- linux    P_O = -P -C -traditional $(P_P)
440#-Q- linux    F_C = pgf90 -c
441#-Q- linux    #-D- MD    F_D =
442#-Q- linux    #-D- MN    F_D =
443#-Q- linux    #-P- I4R4  F_P = -i4
444#-Q- linux    #-P- I4R8  F_P = -i4 -r8
445#-Q- linux    #-P- I8R8  F_P = -i8 -r8
446#-Q- linux    F_O = $(F_D) $(F_P) -Mfree -module $(MODDIR)
447#-Q- linux    F_L = pgf90
448#-Q- linux    M_M = 0
449#-Q- linux    L_X = 0
450#-Q- linux    L_O = -Wl,-Bstatic -Mbounds
451#-Q- linux    A_C = ar -r
452#-Q- linux    A_G = ar -x
453#-Q- linux    C_C = gcc -c
454#-Q- linux    C_O = -Wall
455#-Q- linux    C_L = gcc
456#-Q- linux    #-
457#-Q- linux    NCDF_INC = /distrib/local/netcdf/pgf/include/
458#-Q- linux    NCDF_LIB = -L/distrib/local/netcdf/pgf/lib/ -lnetcdf
459#-Q- linux    #-
460#-Q- lxiv7    #- Global definitions for Linux, ifc
461#-Q- lxiv7    M_K = gmake
462#-Q- lxiv7    P_C = cpp
463#-Q- lxiv7    P_O = -P -C $(P_P)
464#-Q- lxiv7    F_C = ifc -c
465#-Q- lxiv7    #-D- MD    F_D = -g
466#-Q- lxiv7    #-D- MN    F_D =
467#-Q- lxiv7    #-P- I4R4  F_P = -i4
468#-Q- lxiv7    #-P- I4R8  F_P = -i4 -r8
469#-Q- lxiv7    #-P- I8R8  F_P = -i8 -r8
470#-Q- lxiv7    F_O = -O $(F_D) $(F_P) -I$(MODDIR) -module $(MODDIR)
471#-Q- lxiv7    F_L = ifc
472#-Q- lxiv7    M_M = 0
473#-Q- lxiv7    L_X = 0
474#-Q- lxiv7    L_O = -Vaxlib
475#-Q- lxiv7    A_C = ar -r
476#-Q- lxiv7    A_G = ar -x
477#-Q- lxiv7    C_C = cc -c
478#-Q- lxiv7    C_O =
479#-Q- lxiv7    C_L = cc
480#-Q- lxiv7    #-
481#-Q- lxiv7    NCDF_INC = /usr/local/include
482#-Q- lxiv7    NCDF_LIB = -L/usr/local/lib -lnetcdf
483#-Q- lxiv7    #-
484#-Q- lxiv8    #- Global definitions for Intel compiler (ifort) at LSCE
485#-Q- lxiv8    M_K = gmake
486#-Q- lxiv8    P_C = cpp
487#-Q- lxiv8    P_O = -P -C $(P_P)
488#-Q- lxiv8    F_C = ifort -c -cpp
489#-Q- lxiv8    #-D- MD    F_D = -g
490#-Q- lxiv8    #-D- MN    F_D =
491#-Q- lxiv8    #-P- I4R4  F_P = -i4
492#-Q- lxiv8    #-P- I4R8  F_P = -i4 -r8
493#-Q- lxiv8    #-P- I8R8  F_P = -i8 -r8
494#-Q- lxiv8    F_O = -O $(F_D) $(F_P) -I$(MODDIR) -module $(MODDIR)
495#-Q- lxiv8    F_L = ifort
496#-Q- lxiv8    M_M = 0
497#-Q- lxiv8    L_X = 0
498#-Q- lxiv8    L_O = -Vaxlib
499#-Q- lxiv8    A_C = ar -r
500#-Q- lxiv8    A_G = ar -x
501#-Q- lxiv8    C_C = cc -c
502#-Q- lxiv8    C_O =
503#-Q- lxiv8    C_L = cc
504#-Q- lxiv8    #-
505#-Q- lxiv8    NCDF_INC = /usr/local/include
506#-Q- lxiv8    NCDF_LIB = -L/usr/local/lib -lnetcdff -lnetcdf
507#-Q- lxiv8    #-
508#-Q- osf1     #- Obsolete definitions for DEC OSF1
509#-Q- osf1     M_K = gmake
510#-Q- osf1     P_C = cpp
511#-Q- osf1     P_O = -P -C $(P_P)
512#-Q- osf1     F_C = f90 -c
513#-Q- osf1     #-D- MD    F_D = -g
514#-Q- osf1     #-D- MN    F_D =
515#-Q- osf1     #-P- I4R4  F_P =
516#-Q- osf1     #-P- I4R8  F_P = -r8
517#-Q- osf1     #-P- I8R8  F_P = -i8 -r8
518#-Q- osf1     F_O = -O $(F_D) $(F_P) -I$(MODDIR) -module $(MODDIR)
519#-Q- osf1     F_L = f90
520#-Q- osf1     M_M = 0
521#-Q- osf1     L_X = 0
522#-Q- osf1     L_O =
523#-Q- osf1     A_C = ar -r
524#-Q- osf1     A_G = ar -x
525#-Q- osf1     C_C = cc -c
526#-Q- osf1     C_O =
527#-Q- osf1     C_L = cc
528#-Q- osf1     #-
529#-Q- osf1     NCDF_INC = /usr/local/include
530#-Q- osf1     NCDF_LIB = -L/usr/local/lib -lnetcdf
531#-Q- osf1     #-
532#-Q- osxxlf   #- Global definitions for Mac OS X and IBM xlf compiler
533#-Q- osxxlf   M_K = make
534#-Q- osxxlf   P_C = /usr/bin/cpp
535#-Q- osxxlf   P_O = -P -C $(P_P:-WF,-D%=-D%)
536#-Q- osxxlf   F_C = xlf90 -c
537#-Q- osxxlf   #-D- MD    F_D = -g -C
538#-Q- osxxlf   #-D- MN    F_D =
539#-Q- osxxlf   #-P- I4R4  F_P = -qintsize=4 -qrealsize=4
540#-Q- osxxlf   #-P- I4R8  F_P = -qintsize=4 -qrealsize=8
541#-Q- osxxlf   #-P- I8R8  F_P = -qintsize=8 -qrealsize=8
542#-Q- osxxlf   w_w = $(F_P) -O2 $(F_D) -qsuffix=f=f90
543#-Q- osxxlf   F_O = $(w_w) -I$(MODDIR) -qmoddir=$(MODDIR)
544#-Q- osxxlf   F_L = xlf90
545#-Q- osxxlf   M_M = 0
546#-Q- osxxlf   L_X = 0
547#-Q- osxxlf   L_O = $(F_P) -O2
548#-Q- osxxlf   A_C = ar -rs
549#-Q- osxxlf   A_G = ar -x
550#-Q- osxxlf   C_C = cc -c
551#-Q- osxxlf   C_O =
552#-Q- osxxlf   C_L = cc
553#-Q- osxxlf   #-
554#-Q- osxxlf   NCDF_INC = /usr/local/install/netcdf-3.6.0-p1/include
555#-Q- osxxlf   NCDF_LIB = -L/usr/local/install/netcdf-3.6.0-p1/lib -lnetcdf
556#-Q- osxxlf   #-
557#-Q- platine  #- Global definitions for Bull (Itanium) at CCRT
558#-Q- platine  LIB_MPI = MPI1
559#-Q- platine  LIB_MPI_BIS = MPI1
560#-Q- platine  PRISM_ARCH = IA64
561#-Q- platine  PRISM_NAME = platine
562#-Q- platine  FCM_ARCH = IA64_PLATINE
563#-Q- platine  M_K = gmake
564#-Q- platine  P_C = cpp
565#-Q- platine  P_O = -P -C $(P_P)
566#-Q- platine  F_C = mpif90 -c -cpp
567#-Q- platine  #-D- MD    F_D = -g
568#-Q- platine  #-D- MN    F_D =
569#-Q- platine  #-P- I4R4  F_P = -i4
570#-Q- platine  #-P- I4R8  F_P = -i4 -r8
571#-Q- platine  #-P- I8R8  F_P = -i8 -r8
572#-Q- platine  F_O = -DCPP_PARA -O3 $(F_D) $(F_P) -I$(MODDIR) -module $(MODDIR)
573#-Q- platine  F_L = mpif90
574#-Q- platine  M_M = 0
575#-Q- platine  L_X = 0
576#-Q- platine  L_O =
577#-Q- platine  A_C = ar -r
578#-Q- platine  A_G = ar -x
579#-Q- platine  C_C = cc -c
580#-Q- platine  C_O =
581#-Q- platine  C_L = cc
582#-Q- platine  #-
583#-Q- platine  NCDF_INC = /usr/include
584#-Q- platine  NCDF_LIB = -L/usr/lib -lnetcdff -lnetcdf
585#-Q- platine  #-
586#-Q- sgi6     #- Global definitions for IRIX64 (sgi6)
587#-Q- sgi6     M_K = gmake
588#-Q- sgi6     P_C = cpp
589#-Q- sgi6     P_O = -P -C $(P_P)
590#-Q- sgi6     F_C = f90 -c
591#-Q- sgi6     #-D- MD    F_D =
592#-Q- sgi6     #-D- MN    F_D =
593#-Q- sgi6     #-P- I4R4  F_P = -i4 -r4
594#-Q- sgi6     #-P- I4R8  F_P = -i4 -r8
595#-Q- sgi6     #-P- I8R8  F_P = -i8 -r8
596#-Q- sgi6     F_O = $(F_D) $(F_P) -I $(MODDIR)
597#-Q- sgi6     F_L = f90
598#-Q- sgi6     M_M = 0
599#-Q- sgi6     L_X = 0
600#-Q- sgi6     L_O =
601#-Q- sgi6     A_C = ar -r
602#-Q- sgi6     A_G = ar -x
603#-Q- sgi6     C_C = cc -c
604#-Q- sgi6     C_O =
605#-Q- sgi6     C_L = cc
606#-Q- sgi6     #-
607#-Q- sgi6     NCDF_INC = /usr/local/pub/include
608#-Q- sgi6     NCDF_LIB = -L/usr/local/pub/lib64 -lnetcdf
609#-Q- sgi6     #-
610#-Q- solaris  #- Global definitions for SOLARIS
611#-Q- solaris  M_K = make
612#-Q- solaris  P_C = cpp
613#-Q- solaris  P_O = -P -C $(P_P)
614#-Q- solaris  F_C = f90 -c
615#-Q- solaris  #-D- MD    F_D =
616#-Q- solaris  #-D- MN    F_D =
617#-Q- solaris  #-P- I4R4  F_P =
618#-Q- solaris  #-P- I4R8  F_P = -r8const
619#-Q- solaris  #-P- I8R8  F_P = -i8const -r8const
620#-Q- solaris  F_O = $(F_D) $(F_P) -M$(MODDIR) -fast
621#-Q- solaris  F_L = f90
622#-Q- solaris  M_M = 1
623#-Q- solaris  L_X = 0
624#-Q- solaris  L_O =
625#-Q- solaris  A_C = ar -r
626#-Q- solaris  A_G = ar -x
627#-Q- solaris  C_C = cc -c
628#-Q- solaris  C_O =
629#-Q- solaris  C_L = cc
630#-Q- solaris  #-
631#-Q- solaris  NCDF_INC = /distrib/local/include
632#-Q- solaris  NCDF_LIB = -L/distrib/local/lib -lnetcdf
633#-Q- solaris  #-
634#-Q- sx6nec   #- Global definitions for NEC SX8 at CCRT (alias)
635#-Q- sx6nec   LIB_MPI = MPI1
636#-Q- sx6nec   LIB_MPI_BIS = MPI1
637#-Q- sx6nec   PRISM_ARCH = SX
638#-Q- sx6nec   PRISM_NAME = mercure
639#-Q- sx6nec   FCM_ARCH = SX8_MERCURE
640#-Q- sx6nec   M_K = sxgmake
641#-Q- sx6nec   P_C = cpp
642#-Q- sx6nec   P_O = -P -C $(P_P)
643#-Q- sx6nec   F_C = sxmpif90 -c
644#-Q- sx6nec   #-D- MD    F_D =
645#-Q- sx6nec   #-D- MN    F_D =
646#-Q- sx6nec   #-P- I4R4  F_P = -dW
647#-Q- sx6nec   #-P- I4R8  F_P = -dW -Wf\"-A idbl4\"
648#-Q- sx6nec   #-P- I8R8  F_P = -ew
649#-Q- sx6nec   F_O = $(F_D) $(F_P) -Ep -DCPP_PARA -size_t64 -Wf,"-pvctl loopcnt=999999" -I $(MODDIR)
650#-Q- sx6nec   F_L = sxmpif90
651#-Q- sx6nec   M_M = 1
652#-Q- sx6nec   L_X = 0
653#-Q- sx6nec   L_O = -size_t64 $(F_P)
654#-Q- sx6nec   A_C = sxar -rv
655#-Q- sx6nec   A_G = sxar -x
656#-Q- sx6nec   A_X = sxar -rv
657#-Q- sx6nec   C_C = sxcc -size_t64 -c
658#-Q- sx6nec   C_O =
659#-Q- sx6nec   C_L = sxcc -size_t64
660#-Q- sx6nec   FC_C = gcc -c
661#-Q- sx6nec   FC_O =
662#-Q- sx6nec   FC_L = gcc
663#-Q- sx6nec   #-
664#-Q- sx6nec   NCDF_INC = /usr/local/SX8/soft/netcdf/include
665#-Q- sx6nec   NCDF_LIB = -L/usr/local/SX8/soft/netcdf/lib -lnetcdf
666#-Q- sx6nec   #-
667#-Q- sx8brodie   #- Global definitions for NEC SX8 at Idris
668#-Q- sx8brodie   LIB_MPI = MPI1
669#-Q- sx8brodie   LIB_MPI_BIS = MPI1
670#-Q- sx8brodie   PRISM_ARCH = SX
671#-Q- sx8brodie   PRISM_NAME = brodie
672#-Q- sx8brodie   FCM_ARCH = SX8_BRODIE
673#-Q- sx8brodie   M_K = sxgmake
674#-Q- sx8brodie   P_C = sxcpp
675#-Q- sx8brodie   P_O = -P -C $(P_P)
676#-Q- sx8brodie   F_C = sxmpif90 -c
677#-Q- sx8brodie   #-D- MD    F_D =
678#-Q- sx8brodie   #-D- MN    F_D =
679#-Q- sx8brodie   #-P- I4R4  F_P = -dW
680#-Q- sx8brodie   #-P- I4R8  F_P = -dW -Wf\"-A idbl4\"
681#-Q- sx8brodie   #-P- I8R8  F_P = -ew
682#-Q- sx8brodie   F_O = $(F_D) $(F_P) -Ep -DCPP_PARA -I $(MODDIR)
683#-Q- sx8brodie   F_L = sxmpif90
684#-Q- sx8brodie   M_M = 1
685#-Q- sx8brodie   L_X = 0
686#-Q- sx8brodie   L_O = $(F_P)
687#-Q- sx8brodie   A_C = sxar -rv
688#-Q- sx8brodie   A_G = sxar -x
689#-Q- sx8brodie   A_X = sxar -rv
690#-Q- sx8brodie   C_C = sxcc -c
691#-Q- sx8brodie   C_O =
692#-Q- sx8brodie   C_L = sxcc
693#-Q- sx8brodie   FC_C = gcc -c
694#-Q- sx8brodie   FC_O =
695#-Q- sx8brodie   FC_L = gcc
696#-Q- sx8brodie   #-
697#-Q- sx8brodie   NCDF_INC = /SXlocal/pub/netCDF/netCDF-3.6.1/include
698#-Q- sx8brodie   NCDF_LIB = -L/SXlocal/pub/netCDF/netCDF-3.6.1/lib -lnetcdf
699#-Q- sx8brodie   #-
700#-Q- sx8mercure   #- Global definitions for NEC SX8 at CCRT
701#-Q- sx8mercure   LIB_MPI = MPI1
702#-Q- sx8mercure   LIB_MPI_BIS = MPI1
703#-Q- sx8mercure   PRISM_ARCH = SX
704#-Q- sx8mercure   PRISM_NAME = mercure
705#-Q- sx8mercure   FCM_ARCH = SX8_MERCURE
706#-Q- sx8mercure   M_K = sxgmake
707#-Q- sx8mercure   P_C = cpp
708#-Q- sx8mercure   P_O = -P -C $(P_P)
709#-Q- sx8mercure   F_C = sxmpif90 -c
710#-Q- sx8mercure   #-D- MD    F_D =
711#-Q- sx8mercure   #-D- MN    F_D =
712#-Q- sx8mercure   #-P- I4R4  F_P = -dW
713#-Q- sx8mercure   #-P- I4R8  F_P = -dW -Wf\"-A idbl4\"
714#-Q- sx8mercure   #-P- I8R8  F_P = -ew
715#-Q- sx8mercure   F_O = $(F_D) $(F_P) -Ep -DCPP_PARA -size_t64 -Wf,"-pvctl loopcnt=999999" -I $(MODDIR)
716#-Q- sx8mercure   F_L = sxmpif90
717#-Q- sx8mercure   M_M = 1
718#-Q- sx8mercure   L_X = 0
719#-Q- sx8mercure   L_O = -size_t64 $(F_P)
720#-Q- sx8mercure   A_C = sxar -rv
721#-Q- sx8mercure   A_G = sxar -x
722#-Q- sx8mercure   A_X = sxar -rv
723#-Q- sx8mercure   C_C = sxcc -size_t64 -c
724#-Q- sx8mercure   C_O =
725#-Q- sx8mercure   C_L = sxcc -size_t64
726#-Q- sx8mercure   FC_C = gcc -c
727#-Q- sx8mercure   FC_O =
728#-Q- sx8mercure   FC_L = gcc
729#-Q- sx8mercure   #-
730#-Q- sx8mercure   NETCDF_SX_INCLUDEDIR ?= /usr/local/SX8/soft/netcdf/include
731#-Q- sx8mercure   NETCDF_SX_LIBDIR ?= /usr/local/SX8/soft/netcdf/lib
732#-Q- sx8mercure   NCDF_INC = ${NETCDF_SX_INCLUDEDIR}
733#-Q- sx8mercure   NCDF_LIB = -L${NETCDF_SX_LIBDIR} -lnetcdf
734#-Q- sx8mercure   #-
735#-Q- sx9mercure   #- Global definitions for NEC SX9 at CCRT
736#-Q- sx9mercure   LIB_MPI = MPI1
737#-Q- sx9mercure   LIB_MPI_BIS = MPI1
738#-Q- sx9mercure   PRISM_ARCH = SX
739#-Q- sx9mercure   PRISM_NAME = mercure
740#-Q- sx9mercure   FCM_ARCH = SX9_MERCURE
741#-Q- sx9mercure   M_K = sxgmake
742#-Q- sx9mercure   P_C = cpp
743#-Q- sx9mercure   P_O = -P -C $(P_P)
744#-Q- sx9mercure   F_C = sxmpif90 -c
745#-Q- sx9mercure   #-D- MD    F_D =
746#-Q- sx9mercure   #-D- MN    F_D =
747#-Q- sx9mercure   #-P- I4R4  F_P = -dW
748#-Q- sx9mercure   #-P- I4R8  F_P = -dW -Wf\"-A idbl4\"
749#-Q- sx9mercure   #-P- I8R8  F_P = -ew
750#-Q- sx9mercure   F_O = $(F_D) $(F_P) -Ep -DCPP_PARA -size_t64 -Wf,"-pvctl loopcnt=999999" -I $(MODDIR)
751#-Q- sx9mercure   F_L = sxmpif90
752#-Q- sx9mercure   M_M = 1
753#-Q- sx9mercure   L_X = 0
754#-Q- sx9mercure   L_O = -size_t64 $(F_P)
755#-Q- sx9mercure   A_C = sxar -rv
756#-Q- sx9mercure   A_G = sxar -x
757#-Q- sx9mercure   A_X = sxar -rv
758#-Q- sx9mercure   C_C = sxcc -size_t64 -c
759#-Q- sx9mercure   C_O =
760#-Q- sx9mercure   C_L = sxcc -size_t64
761#-Q- sx9mercure   FC_C = gcc -c
762#-Q- sx9mercure   FC_O =
763#-Q- sx9mercure   FC_L = gcc
764#-Q- sx9mercure   #-
765#-Q- sx9mercure   NETCDF_SX_INCLUDEDIR ?= /ccc/applications/sx9/netcdf-3.6.1/include
766#-Q- sx9mercure   NETCDF_SX_LIBDIR ?= /ccc/applications/sx9/netcdf-3.6.1/lib
767#-Q- sx9mercure   NCDF_INC = ${NETCDF_SX_INCLUDEDIR}
768#-Q- sx9mercure   NCDF_LIB = -L${NETCDF_SX_LIBDIR} -lnetcdf
769#-Q- sx9mercure   #-
770#-Q- sxdkrz   #- Global definitions for NEC SX8 at DKRZ
771#-Q- sxdkrz   LIB_MPI = MPI1
772#-Q- sxdkrz   LIB_MPI_BIS = MPI1
773#-Q- sxdkrz   PRISM_ARCH = SX
774#-Q- sxdkrz   PRISM_NAME = ds
775#-Q- sxdkrz   M_K = sxgmake
776#-Q- sxdkrz   P_C = cpp
777#-Q- sxdkrz   P_O = -P -C $(P_P)
778#-Q- sxdkrz   F_C = sxmpif90 -c
779#-Q- sxdkrz   #-D- MD    F_D =
780#-Q- sxdkrz   #-D- MN    F_D =
781#-Q- sxdkrz   #-P- I4R4  F_P = -dw
782#-Q- sxdkrz   #-P- I4R8  F_P = -dw -Wf\"-A idbl4\"
783#-Q- sxdkrz   #-P- I8R8  F_P = -ew
784#-Q- sxdkrz   F_O = $(F_D) $(F_P) -I $(MODDIR)
785#-Q- sxdkrz   F_L = sxmpif90
786#-Q- sxdkrz   M_M = 1
787#-Q- sxdkrz   L_X = 0
788#-Q- sxdkrz   L_O = $(F_P)
789#-Q- sxdkrz   A_C = ar -rv
790#-Q- sxdkrz   A_G = ar -x
791#-Q- sxdkrz   A_X = sxar -rv
792#-Q- sxdkrz   C_C = sxcc -c
793#-Q- sxdkrz   C_O =
794#-Q- sxdkrz   C_L = sxcc
795#-Q- sxdkrz   FC_C = cc -c
796#-Q- sxdkrz   FC_O =
797#-Q- sxdkrz   FC_L = cc
798#-Q- sxdkrz   #-
799#-Q- sxdkrz   NCDF_INC = /pool/SX-6/netcdf/netcdf-3.5.0/include
800#-Q- sxdkrz   NCDF_LIB = -L/pool/SX-6/netcdf/netcdf-3.5.0/lib -lnetcdf_A_idbl4
801#-Q- sxdkrz   #-
802#-Q- t3e      #- Obsolete definitions for T3E
803#-Q- t3e      M_K = gmake
804#-Q- t3e      P_C = cpp
805#-Q- t3e      P_O = -P -C $(P_P)
806#-Q- t3e      F_C = f90 -c
807#-Q- t3e      #-D- MD    F_D =
808#-Q- t3e      #-D- MN    F_D =
809#-Q- t3e      #-P- I4R4  F_P =
810#-Q- t3e      #-P- I4R8  F_P =
811#-Q- t3e      #-P- I8R8  F_P =
812#-Q- t3e      w_w = $(F_D) $(F_P) -rm -O2 -Ounroll2 -Osplit2 -dp
813#-Q- t3e      F_O = $(w_w) -p $(MODEL_LIB)
814#-Q- t3e      F_L = f90
815#-Q- t3e      M_M = 0
816#-Q- t3e      L_X = 0
817#-Q- t3e      L_O = -X 4
818#-Q- t3e      A_C = ar -r
819#-Q- t3e      A_G = ar -x
820#-Q- t3e      C_C = cc -c
821#-Q- t3e      C_O = -Wall
822#-Q- t3e      C_L = cc
823#-Q- t3e      #-
824#-Q- t3e      NCDF_INC = /usr/local/pub/include
825#-Q- t3e      NCDF_LIB = -L/usr/local/pub/lib -lnetcdf
826#-Q- t3e      #-
827#-Q- titane  #- Global definitions for Bull (Xeon) at CCRT
828#-Q- titane  LIB_MPI = MPI1
829#-Q- titane  LIB_MPI_BIS = MPI1
830#-Q- titane  PRISM_ARCH = X64
831#-Q- titane  PRISM_NAME = titane
832#-Q- titane  FCM_ARCH = X64_TITANE
833#-Q- titane  M_K = gmake
834#-Q- titane  P_C = cpp
835#-Q- titane  P_O = -P -C $(P_P)
836#-Q- titane  F_C = mpif90 -c -cpp
837#-Q- titane  #-D- MD    F_D = -g
838#-Q- titane  #-D- MN    F_D =
839#-Q- titane  #-P- I4R4  F_P = -i4
840#-Q- titane  #-P- I4R8  F_P = -i4 -r8
841#-Q- titane  #-P- I8R8  F_P = -i8 -r8
842#-Q- titane  F_O = -DCPP_PARA -O3 $(F_D) $(F_P) -I$(MODDIR) -module $(MODDIR)
843#-Q- titane  F_L = mpif90
844#-Q- titane  M_M = 0
845#-Q- titane  L_X = 0
846#-Q- titane  L_O =
847#-Q- titane  A_C = ar -r
848#-Q- titane  A_G = ar -x
849#-Q- titane  C_C = cc -c
850#-Q- titane  C_O =
851#-Q- titane  C_L = cc
852#-Q- titane  #-
853#-Q- titane  NCDF_INC = $(NETCDF_INC_DIR)
854#-Q- titane  NCDF_LIB = -L$(NETCDF_LIB_DIR) -lnetcdff -lnetcdf
855#-Q- titane  #-
856#-Q- tx7  #- Global definitions for NEC TX7 front-end (Mercure) at CCRT, ifort
857#-Q- tx7  M_K = gmake
858#-Q- tx7  P_C = cpp
859#-Q- tx7  P_O = -P -C $(P_P)
860#-Q- tx7  F_C = ifort -c
861#-Q- tx7  #-D- MD    F_D = -g
862#-Q- tx7  #-D- MN    F_D =
863#-Q- tx7  #-P- I4R4  F_P = -i4
864#-Q- tx7  #-P- I4R8  F_P = -i4 -r8
865#-Q- tx7  #-P- I8R8  F_P = -i8 -r8
866#-Q- tx7  F_O = -O $(F_D) $(F_P) -I$(MODDIR) -module $(MODDIR)
867#-Q- tx7  F_L = ifort
868#-Q- tx7  M_M = 0
869#-Q- tx7  L_X = 0
870#-Q- tx7  L_O = -Vaxlib
871#-Q- tx7  A_C = ar -r
872#-Q- tx7  A_G = ar -x
873#-Q- tx7  C_C = cc -c
874#-Q- tx7  C_O =
875#-Q- tx7  C_L = cc
876#-Q- tx7  #-
877#-Q- tx7  NCDF_INC = /usr/local/include
878#-Q- tx7  NCDF_LIB = -L/usr/local/lib -lnetcdf
879#-Q- tx7  #-
880#-Q- ulam   #- Global definitions for ulam at IDRIS
881#-Q- ulam   M_K = gmake
882#-Q- ulam   P_C = cpp
883#-Q- ulam   P_O = -P -C $(P_P)
884#-Q- ulam   F_C = ifort -c -cpp
885#-Q- ulam   #-D- MD    F_D = -g
886#-Q- ulam   #-D- MN    F_D =
887#-Q- ulam   #-P- I4R4  F_P = -i4
888#-Q- ulam   #-P- I4R8  F_P = -i4 -r8
889#-Q- ulam   #-P- I8R8  F_P = -i8 -r8
890#-Q- ulam   F_O = -O $(F_D) $(F_P) -I$(MODDIR) -module $(MODDIR)
891#-Q- ulam   F_L = ifort
892#-Q- ulam   M_M = 0
893#-Q- ulam   L_X = 0
894#-Q- ulam   L_O = -Vaxlib
895#-Q- ulam   A_C = ar -r
896#-Q- ulam   A_G = ar -x
897#-Q- ulam   C_C = cc -c
898#-Q- ulam   C_O =
899#-Q- ulam   C_L = cc
900#-Q- ulam   #-
901#-Q- ulam   NCDF_INC = /usr/local/pub/NetCDF/3.6.3/include
902#-Q- ulam   NCDF_LIB = -L/usr/local/pub/NetCDF/3.6.3/lib -lnetcdf
903#-Q- ulam   #-
904#-Q- unix   #- Skeleton definitions for UNIX
905#-Q- unix   M_K = make
906#-Q- unix   P_C = cpp
907#-Q- unix   P_O = -P -C $(P_P)
908#-Q- unix   F_C = f90 -c
909#-Q- unix   #-D- MD    F_D =
910#-Q- unix   #-D- MN    F_D =
911#-Q- unix   #-P- I4R4  F_P =
912#-Q- unix   #-P- I4R8  F_P =
913#-Q- unix   #-P- I8R8  F_P =
914#-Q- unix   F_O = $(F_D) $(F_P) -M$(MODDIR)
915#-Q- unix   F_L = f90
916#-Q- unix   M_M = 0
917#-Q- unix   L_X = 0
918#-Q- unix   L_O =
919#-Q- unix   A_C = ar -r
920#-Q- unix   A_G = ar -x
921#-Q- unix   C_C = cc -c
922#-Q- unix   C_O =
923#-Q- unix   C_L = cc
924#-Q- unix   #-
925#-Q- unix   NCDF_INC = /distrib/local/include
926#-Q- unix   NCDF_LIB = -L/distrib/local/lib -lnetcdf
927#-Q- unix   #-
928#-Q- x86_64  #- Global definitions for new mercure front-end at CCRT (05/2010)
929#-Q- x86_64  M_K = gmake
930#-Q- x86_64  P_C = cpp
931#-Q- x86_64  P_O = -P -C $(P_P)
932#-Q- x86_64  F_C = ifort -c
933#-Q- x86_64  #-D- MD    F_D = -g
934#-Q- x86_64  #-D- MN    F_D =
935#-Q- x86_64  #-P- I4R4  F_P = -i4
936#-Q- x86_64  #-P- I4R8  F_P = -i4 -r8
937#-Q- x86_64  #-P- I8R8  F_P = -i8 -r8
938#-Q- x86_64  F_O = -O $(F_D) $(F_P) -I$(MODDIR) -module $(MODDIR)
939#-Q- x86_64  F_L = ifort
940#-Q- x86_64  M_M = 0
941#-Q- x86_64  L_X = 0
942#-Q- x86_64  L_O = -Vaxlib
943#-Q- x86_64  A_C = ar -r
944#-Q- x86_64  A_G = ar -x
945#-Q- x86_64  C_C = cc -c
946#-Q- x86_64  C_O =
947#-Q- x86_64  C_L = cc
948#-Q- x86_64  #-
949#-Q- x86_64  NCDF_INC = /applications/netcdf-3.6.3/include
950#-Q- x86_64  NCDF_LIB = -L/applications/netcdf-3.6.3/lib -lnetcdff -lnetcdf
951#-Q- x86_64  #-
952RM      = rm -f
953STRIP   = strip
954SIZE    = size
Note: See TracBrowser for help on using the repository browser.