Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HDF5 API: Unable to delete file when using HDF5 1.12.1 #443

Open
jwsblokland opened this issue Nov 18, 2022 · 0 comments
Open

HDF5 API: Unable to delete file when using HDF5 1.12.1 #443

jwsblokland opened this issue Nov 18, 2022 · 0 comments

Comments

@jwsblokland
Copy link

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:

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().

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant