hdf5
hdf5 copied to clipboard
Official HDF5® Library Repository
… producing a core dump. When h5debug closes the corrupted file, the library calls H5F__dest() which performs all the closing operations for the file "f" (H5F_t *) but just keeping...
…on (#2153) * Fix for HDFFV-10840: Instead of using fill->buf for datatype conversion if it is large enough, a buffer is allocated regardless so that the element in fill->buf can...
Also change dump test to use long option Fix for #2270
Changes are from reference document: https://confluence.hdfgroup.org/pages/viewpage.action?spaceKey=HPM&title=Setting+H5F_LIBVER_LATEST
# VOL: Cannot Create and Write an Attribute at File Create Time I am developing an HDF5 VOL and I can not create an attribute and write to it at...
**Describe the bug** i wirte 7 datasets in file at multi_process.when the size of file change to 3.2G,it shut down and show error on the terminal. **Expected behavior** **Platform (please...
The data array parameter in dataset write calls should be `const void * const buf[]` instead of `const void * buf[]` as the latter allows for the const-ness to be...
Also add "get_wrap_ctx_pre_open" VOL callback and add "wrap_ctx" parameter to file create and file open VOL callbacks to allow this to work. The main aim of these changes is to...