-
Notifications
You must be signed in to change notification settings - Fork 442
Expand file tree
/
Copy pathAMReX-tests.ini
More file actions
419 lines (381 loc) · 7.15 KB
/
AMReX-tests.ini
File metadata and controls
419 lines (381 loc) · 7.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
[main]
testTopDir = /home/regtester/AMReX_RegTesting/rt-AMReX
webTopDir = /home/regtester/AMReX_RegTesting/rt-AMReX/web
MAKE = make
sourceTree = AMReX
numMakeJobs = 8
COMP = g++
FCOMP = gfortran
add_to_c_make_command = TEST=TRUE USE_ASSERTION=TRUE
add_to_f_make_command = TEST=t
purge_output = 1
# suiteName is the name prepended to all output directories
suiteName = AMReX
reportActiveTestsOnly = 1
# Add "GO UP" link at the top of the web page?
goUpLink = 1
# email
sendEmailWhenFail = 1
emailTo = weiqunzhang@lbl.gov, msday@lbl.gov, ASAlmgren@lbl.gov, atmyers@lbl.gov
emailBody = Check https://ccse.lbl.gov/pub/RegressionTesting/AMReX/ for more details.
# MPIcommand should use the placeholders:
# @host@ to indicate where to put the hostname to run on
# @nprocs@ to indicate where to put the number of processors
# @command@ to indicate where to put the command to run
#
# only tests with useMPI = 1 will run in parallel
# nprocs is problem dependent and specified in the individual problem
# sections.
#MPIcommand = mpiexec -host @host@ -n @nprocs@ @command@
MPIcommand = mpiexec -n @nprocs@ @command@
MPIhost =
[AMReX]
dir = /home/regtester/AMReX_RegTesting/amrex/
branch = "development"
# individual problems follow
[NO_FORT]
buildDir = Tests/NoFort/
dim = 3
restartTest = 0
useMPI = 0
numprocs = 2
useOMP = 0
numthreads = 2
compileTest = 1
doVis = 0
testSrcTree = C_Src
[MLMG_PoisLev]
buildDir = Tests/LinearSolvers/ABecLaplacian_C
inputFile = inputs-rt-poisson-lev
dim = 3
restartTest = 0
useMPI = 1
numprocs = 2
useOMP = 1
numthreads = 2
compileTest = 0
doVis = 0
outputFile = plot
testSrcTree = C_Src
[MLMG_ABecCom]
buildDir = Tests/LinearSolvers/ABecLaplacian_C
inputFile = inputs-rt-abeclap-com
dim = 3
restartTest = 0
useMPI = 1
numprocs = 4
useOMP = 0
numthreads = 2
compileTest = 0
doVis = 0
outputFile = plot
testSrcTree = C_Src
[MLMG_FI_PoisCom]
buildDir = Tests/LinearSolvers/ABecLaplacian_F
inputFile = inputs-rt-poisson-com
dim = 3
restartTest = 0
useMPI = 1
numprocs = 2
useOMP = 1
numthreads = 3
compileTest = 0
doVis = 0
outputFile = plot
testSrcTree = C_Src
[MLMG_FI_ABecLev]
buildDir = Tests/LinearSolvers/ABecLaplacian_F
inputFile = inputs-rt-abeclap-lev
dim = 3
restartTest = 0
useMPI = 1
numprocs = 4
useOMP = 0
numthreads = 2
compileTest = 0
doVis = 0
outputFile = plot
testSrcTree = C_Src
[AMR_Adv_C_2D]
buildDir = Tests/Amr/Advection_AmrLevel/Exec/UniformVelocity
inputFile = inputs.regt
dim = 2
restartTest = 0
useMPI = 1
numprocs = 2
useOMP = 0
numthreads = 2
compileTest = 0
doVis = 0
testSrcTree = C_Src
[AMR_Adv_C_2D_Tracers]
buildDir = Tests/Amr/Advection_AmrLevel/Exec/SingleVortex
inputFile = inputs.tracers
dim = 2
restartTest = 0
useMPI = 1
numprocs = 2
useOMP = 0
numthreads = 2
compileTest = 0
doVis = 0
compareParticles = 1
particleTypes = Tracer
testSrcTree = C_Src
[AMR_Adv_C_3D]
buildDir = Tests/Amr/Advection_AmrLevel/Exec/SingleVortex
inputFile = inputs
dim = 3
restartTest = 0
useMPI = 1
numprocs = 2
useOMP = 1
numthreads = 2
compileTest = 0
doVis = 0
testSrcTree = C_Src
[AMR_Adv_C_v2_2D]
buildDir = Tests/Amr/Advection_AmrCore/Exec/SingleVortex
inputFile = inputs
dim = 2
restartTest = 0
useMPI = 1
numprocs = 2
useOMP = 0
numthreads = 2
compileTest = 0
doVis = 0
testSrcTree = C_Src
[AMR_Adv_C_v2_3D]
buildDir = Tests/Amr/Advection_AmrCore/Exec/SingleVortex
inputFile = inputs
dim = 3
restartTest = 0
useMPI = 1
numprocs = 2
useOMP = 1
numthreads = 2
compileTest = 0
doVis = 0
testSrcTree = C_Src
[AMR_Adv_CF_2D]
buildDir = Tests/FortranInterface/Advection_F/Exec/SingleVortex
inputFile = inputs.rt
dim = 2
restartTest = 0
useMPI = 1
numprocs = 2
useOMP = 0
numthreads = 2
compileTest = 0
doVis = 0
testSrcTree = C_Src
[AMR_Adv_CF_o_2D]
buildDir = Tests/FortranInterface/Advection_octree_F/Exec/SingleVortex
inputFile = inputs.rt
dim = 2
restartTest = 0
useMPI = 1
numprocs = 2
useOMP = 0
numthreads = 2
compileTest = 0
doVis = 0
testSrcTree = C_Src
[EB_sphere]
buildDir = Tests/EB/CNS/Exec/Pulse
inputFile = inputs.regt
dim = 3
restartTest = 0
useMPI = 1
numprocs = 4
useOMP = 0
numthreads = 2
compileTest = 0
doVis = 0
testSrcTree = C_Src
[EB_ramp]
buildDir = Tests/EB/CNS/Exec/ShockRef
inputFile = inputs.regt
dim = 3
restartTest = 0
useMPI = 1
numprocs = 2
useOMP = 1
numthreads = 2
compileTest = 0
doVis = 0
testSrcTree = C_Src
[EB_combustor]
buildDir = Tests/EB/CNS/Exec/Combustor
inputFile = inputs.regt
dim = 3
restartTest = 0
useMPI = 0
numprocs = 2
useOMP = 1
numthreads = 4
compileTest = 0
doVis = 0
testSrcTree = C_Src
[EB_Cell_Dir_2D]
buildDir = Tests/LinearSolvers/CellEB2
inputFile = inputs.rt.2d
dim = 2
restartTest = 0
useMPI = 1
numprocs = 2
useOMP = 0
numthreads = 2
compileTest = 0
doVis = 0
outputFile = plot
testSrcTree = C_Src
[EB_Cell_Dir_2D_Aniso]
buildDir = Tests/LinearSolvers/CellEB2
inputFile = inputs.rt.2d.aniso
dim = 2
restartTest = 0
useMPI = 1
numprocs = 2
useOMP = 0
numthreads = 2
compileTest = 0
doVis = 0
outputFile = plot
testSrcTree = C_Src
[EB_Cell_Dir_3D]
buildDir = Tests/LinearSolvers/CellEB2
inputFile = inputs.rt.3d
dim = 3
restartTest = 0
useMPI = 1
numprocs = 2
useOMP = 1
numthreads = 2
compileTest = 0
doVis = 0
outputFile = plot
testSrcTree = C_Src
[EB_Cell_Dir_3D_Aniso]
buildDir = Tests/LinearSolvers/CellEB2
inputFile = inputs.rt.3d.aniso
dim = 3
restartTest = 0
useMPI = 1
numprocs = 2
useOMP = 1
numthreads = 2
compileTest = 0
doVis = 0
outputFile = plot
testSrcTree = C_Src
[EB_Cell_Dir_3D_Hypre]
buildDir = Tests/LinearSolvers/CellEB2
inputFile = inputs.rt.hypre
dim = 3
addToCompileString = USE_HYPRE=TRUE
restartTest = 0
useMPI = 1
numprocs = 4
useOMP = 0
numthreads = 2
compileTest = 0
doVis = 0
outputFile = plot
testSrcTree = C_Src
[EB_Cell_Neu_2D]
buildDir = Tests/LinearSolvers/CellEB
inputFile = inputs.rt.2d
dim = 2
restartTest = 0
useMPI = 1
numprocs = 2
useOMP = 0
numthreads = 2
compileTest = 0
doVis = 0
outputFile = plot
testSrcTree = C_Src
[EB_Cell_Neu_3D]
buildDir = Tests/LinearSolvers/CellEB
inputFile = inputs.rt.3d
dim = 3
restartTest = 0
useMPI = 1
numprocs = 2
useOMP = 1
numthreads = 2
compileTest = 0
doVis = 0
outputFile = plot
testSrcTree = C_Src
[EB_Cell_Neu_2D_PETSc]
buildDir = Tests/LinearSolvers/CellEB
inputFile = inputs.rt.2d.petsc
dim = 2
addToCompileString = USE_PETSC=TRUE
restartTest = 0
useMPI = 1
numprocs = 4
useOMP = 0
numthreads = 2
compileTest = 0
doVis = 0
outputFile = plot
testSrcTree = C_Src
[EB_Node_2D]
buildDir = Tests/LinearSolvers/NodeEB
inputFile = inputs.rt.2d
dim = 2
restartTest = 0
useMPI = 1
numprocs = 4
useOMP = 0
numthreads = 2
compileTest = 0
doVis = 0
outputFile = plot
testSrcTree = C_Src
[EB_Node_3D]
buildDir = Tests/LinearSolvers/NodeEB
inputFile = inputs.rt.3d.x
dim = 3
restartTest = 0
useMPI = 1
numprocs = 4
useOMP = 0
numthreads = 1
compileTest = 0
doVis = 0
outputFile = plot
testSrcTree = C_Src
[Redistribute]
buildDir = Tests/Particles/Redistribute
inputFile = inputs.rt
dim = 3
restartTest = 0
useMPI = 1
numprocs = 2
useOMP = 1
numthreads = 2
compileTest = 0
selfTest = 1
stSuccessString = pass
doVis = 0
testSrcTree = C_Src
[ParticleMesh]
buildDir = Tests/Particles/ParticleMesh
inputFile = inputs
dim = 3
restartTest = 0
useMPI = 1
numprocs = 2
useOMP = 1
numthreads = 2
compileTest = 0
doVis = 0
outputFile = plot
compareParticles = 1
particleTypes = particle0
testSrcTree = C_Src