hdf5
hdf5 copied to clipboard
Official HDF5® Library Repository
**Is your feature request related to a problem? Please describe.** Setting page buffer cache or dataset chunk cache size as a number of file pages or dataset chunks, respectively, is...
**Is your feature request related to a problem? Please describe.** An application that calls H5Pcreate(H5P_FILE_CREATE) hangs when it is built with gcc/g++-5.2.0 on CentOS5 x86_64. Compiler warning: ``` libhdf5.a(H5Tinit_float.o): In...
When HDF5 is used as a subproject - conflicts could occur with general named variables.
Intermittent Exception while read and write Below is the crash dump. MODULE FUNCTION + offset, FILE _______________ ______________________________ hdf5.dll, H5FL_blk_malloc()+169 byte(s) hdf5.dll, H5FL_blk_realloc()+85 byte(s) hdf5.dll, H5T__conv_vlen()+1827 byte(s) hdf5.dll, H5T_convert()+245 byte(s)...
Flags from the CMake build mode (e.g., optimization) are not a part of CMAKE__FLAGS and were not exported to the libhdf5.settings file. This has been fixed and the C, Fortran,...
fix CVE-2022-26061 https://talosintelligence.com/vulnerability_reports/TALOS-2022-1487
**Describe the bug** I'm trying to disable some error messages by `H5Eset_auto2(H5E_DEFAULT, NULL, NULL);`, but later I need to turn it on. The second argument in `H5Eset_auto2(hid_t estack_id, H5E_auto2_t func,...
From the EED3 scoping page: Enable libhdf5 to provide file offset and size of compact datasets.