Skip to content

Commit 98be851

Browse files
committed
QED openPMD Tests: Specify H5 Backend
We default to ADIOS `.bp` if available. Thus, specify HDF5 assumption
1 parent d937c25 commit 98be851

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Regression/WarpX-tests.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1438,7 +1438,7 @@ tolerance = 1.e-14
14381438
buildDir = .
14391439
inputFile = Examples/Modules/qed/breit_wheeler/inputs_2d
14401440
aux1File = Examples/Modules/qed/breit_wheeler/analysis_core.py
1441-
runtime_params = diag1.format = openpmd
1441+
runtime_params = diag1.format = openpmd diag1.openpmd_backend = h5
14421442
dim = 2
14431443
addToCompileString = QED=TRUE USE_OPENPMD=TRUE
14441444
cmakeSetupOpts = -DWarpX_DIMS=2 -DWarpX_QED=ON -DWarpX_OPENPMD=ON
@@ -1457,7 +1457,7 @@ tolerance = 1.e-14
14571457
buildDir = .
14581458
inputFile = Examples/Modules/qed/breit_wheeler/inputs_3d
14591459
aux1File = Examples/Modules/qed/breit_wheeler/analysis_core.py
1460-
runtime_params = diag1.format = openpmd
1460+
runtime_params = diag1.format = openpmd diag1.openpmd_backend = h5
14611461
dim = 3
14621462
addToCompileString = QED=TRUE USE_OPENPMD=TRUE
14631463
cmakeSetupOpts = -DWarpX_DIMS=3 -DWarpX_QED=ON -DWarpX_OPENPMD=ON

0 commit comments

Comments
 (0)