Skip to content

Comply to HDF5 v1.8 API

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. Seems to work fine sequentially and in parallel.

Merge request reports