Releases: HDFGroup/vol-cache
Releases · HDFGroup/vol-cache
Cache VOL v1.2.1
What's Changed
- Fixing build / run bugs after merging dataset implementation by @zhenghh04 in #21
- Support for HDF5 1.15.0 by @zhenghh04 in #23
- Fix segfault uncovered by VOL tests by @jhendersonHDF in #19
- Added HDF5_CACHE_LOG_LEVEL environment variable for output log at different levels (debug, warn, error, trace)
Full Changelog: v1.2...v1.2.1
Cache VOL v1.2 release
In the new release, we added support for merging dataset writes with HDF5_CACHE_FUSION_THRESHOLD setting
Support for multi dataset HDF5
Added support for HDF5 version > 1.13.3
Cache VOL pre-release
This is a pre-release. Caching data to node-local storage is fully supported for both read and write workloads. Caching data to global storage layer is still experimental and requires post_open_fix branch of HDF5.