diff options
author | Richard.Warren <Richard.Warren@ostrich.ad.hdfgroup.org> | 2017-11-08 21:31:03 (GMT) |
---|---|---|
committer | Richard.Warren <Richard.Warren@ostrich.ad.hdfgroup.org> | 2017-11-08 21:31:03 (GMT) |
commit | 51a5ef118c767c8ca23e98ea5d7dafbdb585df4b (patch) | |
tree | 4765574db6e63e50aa3fe7f0bfda330db8884304 /release_docs | |
parent | 2184928e8b0f53acc86a15c66788fc90065f97ab (diff) | |
download | hdf5-51a5ef118c767c8ca23e98ea5d7dafbdb585df4b.zip hdf5-51a5ef118c767c8ca23e98ea5d7dafbdb585df4b.tar.gz hdf5-51a5ef118c767c8ca23e98ea5d7dafbdb585df4b.tar.bz2 |
Refactored testpar/t_bigio.c and then added a basic description of these test changes into RELEASE.txt (HDFFV-10301)
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 4eb7995..9989ac9 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -287,6 +287,16 @@ Bug Fixes since HDF5-1.10.1 release (HDFFV-7853, VC, 2017/07/05) + - Refactored the testpar/t_bigio.c test to include ALARM macros + + Changed the test to include the ALARM_ON and ALARM_OFF macros which + are intended to prevent nightly test hangs that have been observed + with this particular parallel test example. The code was also modified to + simplify status reporting (only from MPI rank 0) and additional + status checking added. + + (RAW - 2017/11/08, HDFFV-10301) + Configuration ------------- - cmake MPI |