Skip to content

Commit

Permalink
HDF5 1.14.3: Skip amrex.fpe_trap_invalid
Browse files Browse the repository at this point in the history
  • Loading branch information
ax3l committed Sep 6, 2024
1 parent 0bd00da commit 748b7aa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Examples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,10 @@ function(add_warpx_test
set(runtime_params_fpetrap "")
if(WarpX_TEST_FPETRAP)
set(runtime_params_fpetrap
"amrex.fpe_trap_invalid = 1"
# TODO: Comment in once HDF5 1.14.4 is available
# https://github.com/HDFGroup/hdf5/issues/4801
# https://github.com/conda-forge/hdf5-feedstock/pull/229
# "amrex.fpe_trap_invalid = 1"
"amrex.fpe_trap_overflow = 1"
"amrex.fpe_trap_zero = 1"
)
Expand Down

0 comments on commit 748b7aa

Please sign in to comment.