Skip to content

Comply to HDF5 v1.8 interface

dune-randomfield enforced the HDF5 v1.6 API via compile definitions. This can cause compatibility issues with downstream modules that use the newer v1.8 interface - as happened in my case. I achieved compatibility by simply adding default values for the new required parameters. Works fine sequentially and in parallel.

Merge request reports