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

Last change on this file since 317 was 317, checked in by mafoipsl, 16 years ago

take care of aligment.

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