Releases: hpc-io/h5bench
Releases · hpc-io/h5bench
v1.5
What's Changed
- Include CI for HDF5 1.14 by @jeanbez in #103
- Update CI with additional flag for ASYNC VOL by @jeanbez in #109
- Update build instructions with HDF5 information by @jeanbez in #108
- Closes #105 by updating build instruction for MacOS by @jeanbez in #106
- Update AMReX, E3SM, and OpenPMD submodules by @jeanbez in #104
- Update sync-metadata.json by @jeanbez in #110
- Added support for writing varying local data size in each process by @kaushikvelusamy in #88
- Update CI integration with NERSC by @jeanbez in #114
- Migrate to new readthedocs setup by @jeanbez in #115
- Add CS, PRL, LDC and RDC access patterns with supporting config by @aniket-modi in #118
- Update main README with documentation for PRL, LDC, RDC and CS read patterns. by @aniket-modi in #120
- Update macsio.rst by @jeanbez in #122
New Contributors
- @aniket-modi made their first contribution in #118
Full Changelog: 1.4...1.5
v1.4
The new release of h5bench includes the following features:
- Include MACSio kernel
- Several bug fixes for the Exerciser kernel (thanks @xelasim)
- Update pytest and fix warnings
- Added missing read CSV information (thanks @brtnfld)
- Added collective for h5bench_read (thanks @kaushikvelusamy)
- Added support for GPFS align settings as a configuration parameter
- Removing deprecated configuration files
- Updated documentation
- Create an output directory recursively (thanks @houjun)
- Bug fixes with VOL ASYNC (thanks @houjun)
- Updated support for LOG-VOL connector
- Added support to filter benchmark configurations
- Update the E3SM version and drop the PnetCDF dependency
v1.3
The new release of h5bench includes the following features:
- Include a comprehensive set of benchmark tests
- Fix issues with MPICH support
- Include E3SM benchmark
- Fix errors with GCC 11.0+
- Improve return codes and fails check
- Improve how h5bench handles VOL ASYNC
- Include fixes on H5Sselect_hyperslab syntax (thanks @wkliao)
- Include installation tests
- Refactor code organization to better support spack tests
- Updated documentation
- Improve benchmark output with the location of generated reports
- Include support for subfiling VFD (thanks to @brtnfld)
- Fix LD_LIBRARY_PATH being completely overwritten
- Fix HDF5 VOL connector flags (thanks to @houjun)
v1.2
The new release of h5bench include the following features:
- Include AMReX benchmark
- Include OpenPMD benchmark
- Include h5bench_overwrite pattern benchmark
- Include h5bench_append pattern benchmark
- Include h5bench_write_unlimited pattern benchmark
- Bug fix on Python wrapper
- Bug fix on time units for H5Fcreate, H5Fflush, and H5Fclose
- Update mode for h5bench write and read (ASYNC and SYNC)