diff options
author | jhendersonHDF <jhenderson@hdfgroup.org> | 2023-04-04 17:35:52 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-04 17:35:52 (GMT) |
commit | 101210c16ee978f51a9effcc56813f00c16cb1cd (patch) | |
tree | 214d9e9a30259ac0b10a928d2e43f021497498d0 /release_docs/RELEASE.txt | |
parent | f13f8705b18dbd21ea08192d7167a24a4f5309fe (diff) | |
download | hdf5-101210c16ee978f51a9effcc56813f00c16cb1cd.zip hdf5-101210c16ee978f51a9effcc56813f00c16cb1cd.tar.gz hdf5-101210c16ee978f51a9effcc56813f00c16cb1cd.tar.bz2 |
Subfiling VFD - fix issues with I/O concentrator selection strategies (#2571) (#2618)
Fix multiple bugs with the SELECT_IOC_EVERY_NTH_RANK and
SELECT_IOC_TOTAL I/O concentrator selection strategies and add a
regression test for them
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r-- | release_docs/RELEASE.txt | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 9eaf33b..1a90c23 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -160,6 +160,26 @@ Bug Fixes since HDF5-1.14.0 release (JTH - 2023/03/23) + - Fixed issues in the Subfiling VFD when using the SELECT_IOC_EVERY_NTH_RANK + or SELECT_IOC_TOTAL I/O concentrator selection strategies + + Multiple bugs involving these I/O concentrator selection strategies + were fixed, including: + + * A bug that caused the selection strategy to be altered when + criteria for the strategy was specified in the + H5FD_SUBFILING_IOC_SELECTION_CRITERIA environment variable as + a single value, rather than in the old and undocumented + 'integer:integer' format + * Two bugs which caused a request for 'N' I/O concentrators to + result in 'N - 1' I/O concentrators being assigned, which also + lead to issues if only 1 I/O concentrator was requested + + Also added a regression test for these two I/O concentrator selection + strategies to prevent future issues. + + (JTH - 2023/03/15) + - Fixed an issue with collective metadata writes of global heap data New test failures in parallel netCDF started occurring with debug |