Make sure the HDF5 dataset chunks are smaller than the dataset itself.
Compare changes
+ 3
− 0
@@ -201,6 +201,9 @@ void prepareArray(hid_t grp, char* fileName, FILE* xmfFile, char* name,
That solves issue #116 (closed). Thanks !
No need to do anything for the parallel-HDF5 version as there is no chunking there.