-
Notifications
You must be signed in to change notification settings - Fork 11
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
h5dump prints output although file doesn't exist. #55
Comments
Are you sure that h5dump isn't printing the contents of a "repack_96_dsets.h5" file that exists in DAOS storage, while regular ls isn't finding the same file outside of DAOS storage? |
How can I verify it? Is there a way to list file names in DAOS storage other than UUID? |
Also, I think h5dump should tell user that it's dumping data from DAOS, not from current working directory. |
If you have the HDF5_VOL_CONNECTOR env. var. set, I would probably just unset it first and try again to verify.
Not as far as I know, but it's been a little while now since I've worked with the DAOS VOL.
You could open an issue against HDF5 as an improvement, but it would probably need to be put behind a command-line argument since it would be a change to h5dump's output format. |
@jhendersonHDF does h5dump
Is there --trace or --debug option in h5dump so I can see what's being called easily? |
See also HDFGroup/hdf5#2645 |
This happens when you define
HDF5_DAOS_BYPASS_DUNS=YES
.The text was updated successfully, but these errors were encountered: