HDF5 module: library warnings related to hyperslab selections
For HDF5 applications accessing datasets using selections that aren't regular hyperslabs, the following errors are displayed (reported by Tobias Meisel):
...
HDF5-DIAG: Error detected in HDF5 (1.10.7) MPI-process 3:
HDF5-DIAG: Error detected in HDF5 (1.10.7) MPI-process 1:
...
#000: H5Shyper.c line 12066 in H5Sis_regular_hyperslab(): not a hyperslab selection
major: Invalid arguments to routine
minor: Inappropriate type
HDF5-DIAG: Error detected in HDF5 #000: H5Shyper.c line 12066 in H5Sis_regular_hyperslab(): not a hyperslab selection
major: Invalid arguments to routine
minor: Inappropriate type
(1.10.7) MPI-process HDF5-DIAG: Error detected1:
#000: H5Shyper.c line 12116 in H5Sget_regular_hyperslab(): not a hyperslab selection
major: in HDF5 (1.10.7) MPI-process 3 Invalid arguments to routine
minor: Inappropriate type
Similar warnings are reported by another user (Marta Garcia Martinez), though the warnings in that case are related to the function H5Sget_regular_hyperslab()
.