diff options
author | Neil Fortner <nfortne2@hdfgroup.org> | 2011-01-19 15:51:20 (GMT) |
---|---|---|
committer | Neil Fortner <nfortne2@hdfgroup.org> | 2011-01-19 15:51:20 (GMT) |
commit | c5988b31d32d35a782559c79b84e6d915966bd14 (patch) | |
tree | 05c2e3b017e4b3fdcd7c83f7afa872de4f8da776 | |
parent | 442d3b4cb2214c8e336f4a30ffd2f83895048745 (diff) | |
download | hdf5-c5988b31d32d35a782559c79b84e6d915966bd14.zip hdf5-c5988b31d32d35a782559c79b84e6d915966bd14.tar.gz hdf5-c5988b31d32d35a782559c79b84e6d915966bd14.tar.bz2 |
[svn-r19967] Add note on parallel failures to RELEASE.txt
-rw-r--r-- | release_docs/RELEASE.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 3251577..024d76b 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -776,6 +776,18 @@ SuSe Linux 2.6.5 Known Problems ============== +* While working on the 1.8.6 release of HDF5, a bug was discovered that can + occur when reading from a dataset in parallel shortly after it has been + written to collectively. The issue was exposed by a new test in the parallel + HDF5 test suite, but had existed before that. We believe the problem lies with + certain MPI implementations and/or filesystems. + + We have provided a pure MPI test program, as well as a standalone HDF5 + program, that can be used to determine if this is an issue on your system. + They should be run across multiple nodes with a varying number of processes. + These programs can be found at: + http://www.hdfgroup.org/ftp/HDF5/examples/known_problems/ + * Parallel mode in AIX will fail some of the testcheck_version.sh tests where it treats "exit(134) the same as if process 0 had received an abort signal. This is fixed and will be available in the next release. AKC - 2009/11/3 |