summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2003-10-29 19:32:45 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2003-10-29 19:32:45 (GMT)
commitf34c639e3ffe8b8730b467e66c3872e810dca67a (patch)
tree8bdc6d66057362285db867ab2f036e5083163b33 /release_docs
parenta481eaa62d9373e25083463bd027f405f6052fd5 (diff)
downloadhdf5-f34c639e3ffe8b8730b467e66c3872e810dca67a.zip
hdf5-f34c639e3ffe8b8730b467e66c3872e810dca67a.tar.gz
hdf5-f34c639e3ffe8b8730b467e66c3872e810dca67a.tar.bz2
[svn-r7790] Purpose:
Bug fix & code cleanups Description: Change our use of MPI derived datatypes to not create datatypes with "0-sized" lengths, which causes the LANL Q machine to hang. Also, get rid of "prefer MPI derived datatypes" environment variable since it has no advantage. Platforms tested: FreeBSD 4.9 (sleipnir) w & w/o parallel h5committest
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index e108856..c4b3754 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -60,6 +60,10 @@ Bug Fixes since HDF5-1.6.1 release
Library
-------
+ - Fixed problems with MPI datatypes that caused ASCI Q machine to
+ hang. QAK - 2003/10/28
+ - Removed HDF5_MPI_PREFER_DERIVED_TYPES environment variable support,
+ since it had no benefit. QAK - 2003/10/28
- Single hyperslab selections (which were set with only one call to
H5Sselect_hyperslab) that had dimensions that could be "flattened"
but were interspersed with dimensions that could not be flattened