hdf5
hdf5 copied to clipboard
Official HDF5® Library Repository
When building hdf5 with autotools, the following file is used to produce h5cc and friends: https://github.com/HDFGroup/hdf5/blob/develop/bin/h5cc.in However, when building with cmake, the following file is used for it: https://github.com/HDFGroup/hdf5/blob/develop/config/cmake/libh5cc.in It...
Related to https://github.com/spack/spack/issues/31085 : the parallel Fortran interface in hdf 1.8.22 is broken for compilation: ``` mpifort ph5example.f90 -Iopt/spack/linux-sles15-haswell/gcc-11.2.0/hdf5-1.8.22-eqz3y6v6ibvvirocnnphhq6aa63czcwd/include -Lopt/spack/linux-sles15-haswell/gcc-11.2.0/hdf5-1.8.22-eqz3y6v6ibvvirocnnphhq6aa63czcwd/lib -lhdf5_fortran -lhdf5 /usr/bin/ld: /tmp/ccV3VZVL.o: in function `MAIN__': ph5example.f90:(.text+0x33c): undefined reference...
Date: Fri, 23 Oct 2020 07:28:52 -0600 From: Orion Poplawski To: HDF Helpdesk Subject: t_cache_image hanging on some machines Parts/Attachments: 1 Shown ~152 lines Text ---------------------------------------- [ This message was...
[External datasets relative to current directory or HDF5 file as documented?](https://forum.hdfgroup.org/t/external-datasets-relative-to-current-directory-or-hdf5-file-as-documented/9742) > Examining the source code indicates the default prefix is the current directory of the program and NOT “the...
When creating an HDF5 file with tracking order enabled on the root and more than 8 top-level groups, I do not see any top-level links when iteration over the data...
I can't find patches for these four CVEs: * [CVE-2020-10809](https://nvd.nist.gov/vuln/detail/CVE-2020-10809) * [CVE-2020-10810](https://nvd.nist.gov/vuln/detail/CVE-2020-10810) * [CVE-2020-10811](https://nvd.nist.gov/vuln/detail/CVE-2020-10811) * [CVE-2020-10812](https://nvd.nist.gov/vuln/detail/CVE-2020-10812) Can you help me out?
I have been working on setting up continuous fuzzing of hdf5 by way of Libfuzzer and OSS-fuzz. Fuzzing of hdf5 has been discussed here: https://github.com/HDFGroup/hdf5/pull/263#issuecomment-766171426 and here: https://github.com/HDFGroup/hdf5/issues/272. Tagging @schwehr...
I noticed that HDF5 crashes when I/O filters produce more data than the original dataset size. When a dataset is created, its declared dimensions + data type are naturally honored...
Hi! i am trying to read subset from Minio single instance and from cluster using following command: h5dump --filedriver=ros3 -d "statistics" --start="0,0,0" --count="960,2000,1" --output=test.txt http://localhost:9000/raw/test.hdf5 Test file contains 700 MB...
I tried to use `/dev/null` in a unit test (since I'm not interested in the result) but the library crashes hard. This is a minimal test case: ``` #include #include...