diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2023-08-08 20:33:00 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-08 20:33:00 (GMT) |
commit | 5da94865761e9298ca6062b50f525f3a5ba713ef (patch) | |
tree | 7906f52d1dffa2a4601c551495421c4284b33401 /release_docs | |
parent | f43d301f633b5e2cd9cde160ddb2c13578f9231f (diff) | |
download | hdf5-5da94865761e9298ca6062b50f525f3a5ba713ef.zip hdf5-5da94865761e9298ca6062b50f525f3a5ba713ef.tar.gz hdf5-5da94865761e9298ca6062b50f525f3a5ba713ef.tar.bz2 |
Work around a testphdf5 failure on Cray MPICH machines (#3361) (#3362)
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 3934fd9..4d1b1a8 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -260,6 +260,17 @@ Bug Fixes since HDF5-1.14.1 release Testing ------- + - Fixed a testing failure in testphdf5 on Cray machines + + On some Cray machines, what appears to be a bug in Cray MPICH was causing + calls to H5Fis_accessible to create a 0-byte file with strange Unix + permissions. This was causing an H5Fdelete file deletion test in the + testphdf5 program to fail due to a just-deleted HDF5 file appearing to + still be accessible on the file system. The issue in Cray MPICH has been + worked around for the time being by resetting the MPI_Info object on the + File Access Property List used to MPI_INFO_NULL before passing it to the + H5Fis_accessible call. + - A bug was fixed in the HDF5 API test random datatype generation code A bug in the random datatype generation code could cause test failures |