summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Chilan <chilan@hdfgroup.org>2009-04-29 06:42:25 (GMT)
committerChristian Chilan <chilan@hdfgroup.org>2009-04-29 06:42:25 (GMT)
commit0a26e5851b2aafb73e45c3a908b8558d6c53e161 (patch)
tree131539919971119422fc29f556c49ffff18397a3
parent19137e7eff047da8bf62e31349ba8b19d68533df (diff)
downloadhdf5-0a26e5851b2aafb73e45c3a908b8558d6c53e161.zip
hdf5-0a26e5851b2aafb73e45c3a908b8558d6c53e161.tar.gz
hdf5-0a26e5851b2aafb73e45c3a908b8558d6c53e161.tar.bz2
[svn-r16886] Update to include modification to the parallel tests.
-rw-r--r--release_docs/RELEASE.txt12
1 files changed, 11 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 8ef1ff5..2bdc2c5 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -53,7 +53,12 @@ New Features
Parallel Library:
-----------------
- - None
+ - Modified parallel tests to run with arbitrary number of processes. The
+ modified tests are testphdf5 (parallel dataset access, collective chunk
+ IO, irregular hyperslab selection with collective IO) and
+ t_chunk_alloc (chunk allocation). The rest of the parallel tests already
+ use in the code the number of processes available in the communicator.
+ (CMC - 2009/04/28)
Tools:
------
@@ -306,6 +311,11 @@ Footnotes:
Known Problems
==============
+* Parallel tests failed with 15, 16, and 32 processes with data inconsistency
+ at testphdf5 / dataset_readAll. Parallel tests also failed with 64 processes
+ with collective abort of all ranks at testphdf5 / collective irregular simple
+ chunk write. (CMC - 2009/04/28)
+
* h5repack may not handle committed datatypes correctly. NAF - 2009/4/20 - 1516/
1466