You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The other day, I started using the latest version of IOR to make use of the latest HDF5 API enhancements such as setting the chunk size. When running ior in combination with HDF5 1.12.1 I got the following error from ior:
ERROR in aiori-HDF5.c (line 534): cannot delete file.
and these errors from HDF5 1.12.1
HDF5-DIAG: Error detected in HDF5 (1.12.1) MPI-process 0:
#000: H5F.c line 767 in H5Fdelete(): unable to delete the file
major: File accessibility
minor: Unable to delete file
#001: H5VLcallback.c line 3769 in H5VL_file_specific(): file specific failed
major: Virtual Object Layer
minor: Can't operate on object
#002: H5VLcallback.c line 3699 in H5VL__file_specific(): file specific failed
major: Virtual Object Layer
minor: Can't operate on object
#003: H5VLnative_file.c line 391 in H5VL__native_file_specific(): H5Fdelete() is currently not supported in the native VOL connector
major: File accessibility
minor: Feature is unsupported
It looks like a slightly more sophisticated check has to be implemented to determine when to make use of H5Fdelete() or MPIIO_Delete().
The text was updated successfully, but these errors were encountered:
Hello,
The other day, I started using the latest version of IOR to make use of the latest HDF5 API enhancements such as setting the chunk size. When running ior in combination with HDF5 1.12.1 I got the following error from ior:
and these errors from HDF5 1.12.1
It looks like a slightly more sophisticated check has to be implemented to determine when to make use of H5Fdelete() or MPIIO_Delete().
The text was updated successfully, but these errors were encountered: