Skip to content

Commit 811d2ab

Browse files
committed
QED openPMD Tests: Specify H5 Backend
We default to ADIOS `.bp` if available. Thus, specify HDF5 assumption
1 parent 07e8280 commit 811d2ab

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
@@ -1398,7 +1398,7 @@ tolerance = 1.e-14
13981398
buildDir = .
13991399
inputFile = Examples/Modules/qed/breit_wheeler/inputs_2d
14001400
aux1File = Examples/Modules/qed/breit_wheeler/analysis_core.py
1401-
runtime_params = diag1.format = openpmd
1401+
runtime_params = diag1.format = openpmd diag1.openpmd_backend = h5
14021402
dim = 2
14031403
addToCompileString = QED=TRUE USE_OPENPMD=TRUE
14041404
cmakeSetupOpts = -DWarpX_DIMS=2 -DWarpX_QED=ON -DWarpX_OPENPMD=ON
@@ -1417,7 +1417,7 @@ tolerance = 1.e-14
14171417
buildDir = .
14181418
inputFile = Examples/Modules/qed/breit_wheeler/inputs_3d
14191419
aux1File = Examples/Modules/qed/breit_wheeler/analysis_core.py
1420-
runtime_params = diag1.format = openpmd
1420+
runtime_params = diag1.format = openpmd diag1.openpmd_backend = h5
14211421
dim = 3
14221422
addToCompileString = QED=TRUE USE_OPENPMD=TRUE
14231423
cmakeSetupOpts = -DWarpX_DIMS=3 -DWarpX_QED=ON -DWarpX_OPENPMD=ON

0 commit comments

Comments
 (0)