Skip to content

Commit

Permalink
QED openPMD Tests: Specify H5 Backend
Browse files Browse the repository at this point in the history
We default to ADIOS `.bp` if available. Thus, specify HDF5 assumption
  • Loading branch information
ax3l committed Dec 6, 2021
1 parent fa45755 commit e908a72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Regression/WarpX-tests.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1438,7 +1438,7 @@ tolerance = 1.e-14
buildDir = .
inputFile = Examples/Modules/qed/breit_wheeler/inputs_2d
aux1File = Examples/Modules/qed/breit_wheeler/analysis_core.py
runtime_params = diag1.format = openpmd
runtime_params = diag1.format = openpmd diag1.openpmd_backend = h5
dim = 2
addToCompileString = QED=TRUE USE_OPENPMD=TRUE
cmakeSetupOpts = -DWarpX_DIMS=2 -DWarpX_QED=ON -DWarpX_OPENPMD=ON
Expand All @@ -1457,7 +1457,7 @@ tolerance = 1.e-14
buildDir = .
inputFile = Examples/Modules/qed/breit_wheeler/inputs_3d
aux1File = Examples/Modules/qed/breit_wheeler/analysis_core.py
runtime_params = diag1.format = openpmd
runtime_params = diag1.format = openpmd diag1.openpmd_backend = h5
dim = 3
addToCompileString = QED=TRUE USE_OPENPMD=TRUE
cmakeSetupOpts = -DWarpX_DIMS=3 -DWarpX_QED=ON -DWarpX_OPENPMD=ON
Expand Down

0 comments on commit e908a72

Please sign in to comment.