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

Last change on this file since 1990 was 1990, checked in by mafoipsl, 11 years ago

First modification to add ada the new IDRIS machine.

target added into AA_make.gdef :

  • ada : usefull for MPI parallel executables, default on ada.
  • ad_mono : usefull for rebuild and other sequantial executables, Use ins_make -t ad_mono.

rebuild as been installed here : /smphome/rech/psl/rpsl035/bin

FCM has been copied from vargas here : /smphome/rech/psl/rpsl035/FCM/bin

Informations for Ada will be maintained here : https://forge.ipsl.jussieu.fr/igcmg/wiki/Modipsl_ada

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