hdf5
hdf5 copied to clipboard
Official HDF5® Library Repository
`H5Iiterate` is a case in point, but all modules should be reviewed.
**Reference:** - [HDF forum thread](https://forum.hdfgroup.org/t/how-to-create-scalar-variable-length-string/10309) - [`H5Dwrite`](https://docs.hdfgroup.org/hdf5/develop/group___h5_d.html#title36) Clarify the pre-conditions for the `buf` parameter when writing datasets or attributes with a variable-length string element type and a scalar dataspace. Contrast...
**Describe the bug** The hdf5 library code installed had `#include` statments looking for MPI that could not be found. Redirected CC @jhendersonHDF if interested. https://github.com/hpc-io/vfd-gds/issues/8#issuecomment-1284521787 If I compile `hdf5 +mpi`...
Profiling of a synthetic benchmark for the Mathworks folks shows that the pass through from H5MM_malloc -> HDmalloc and similar adds a slight bit of overhead. Since the H5MM stuff...
[BUG]
**Describe the bug** A clear and concise description of what the bug is. Build fails when using CMake + Ninja + CLang 14.0 on windows **Expected behavior** A clear and...
**Is your feature request related to a problem? Please describe.** Variable length strings take a lot of space on-disk. Previous discussion: * h5py/h5py#2162 * scverse/anndata#830 * scverse/anndata#822 ### vlen strings...
Even after I made various fixes, I suspect something is still introspecting `sizeof (long double)` at compile time. The problem occurs when I build HDF5 as a Universal Binary on...
**Describe the bug** The current Doxygen-related command comment block generates too many (370K~) lines of warnings. Here's an example. ``` ./H5public.h:828:23: warning: unknown command tag name 'Code'; did you mean...