Skip to content

Hdf5 1.10.2 parallel read workaround

Matthieu Schaller requested to merge hdf5_1_10_2_workaround into master

Fix to #431 (closed).

If we are compiling with HDF5 1.10.2, we add a check to the parallel-io code to verify that the data we read is not compressed. If it is, we crash with an error message indicating what to do about it.

Merge request reports