diff options
author | Christian Chilan <chilan@hdfgroup.org> | 2009-04-29 06:39:10 (GMT) |
---|---|---|
committer | Christian Chilan <chilan@hdfgroup.org> | 2009-04-29 06:39:10 (GMT) |
commit | 9e45b7d2d6bb8bfda0c447ccc1f8764241c45d7b (patch) | |
tree | 314c7dd151dbcf77a4fbbc783d4e3a820e3dc9fe /release_docs | |
parent | 71b49b0f9bd3cd5ac7d9a331260f3d5bfb3eb6d8 (diff) | |
download | hdf5-9e45b7d2d6bb8bfda0c447ccc1f8764241c45d7b.zip hdf5-9e45b7d2d6bb8bfda0c447ccc1f8764241c45d7b.tar.gz hdf5-9e45b7d2d6bb8bfda0c447ccc1f8764241c45d7b.tar.bz2 |
[svn-r16885] Update to include the modification in parallel tests.
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 b2c0bd3..0ca5b34 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -80,6 +80,11 @@ New Features Parallel Library: ----------------- + - Modified parallel tests to run with arbitrary number of processes. The + modified tests are testphdf5 (parallel dataset access), t_chunk_alloc + (chunk allocation), and t_posix_compliant (posix compliance). The rest of + the parallel tests already use in the code the number of processes + available in the communicator. (CMC - 2009/04/28) Fortran Library: ---------------- @@ -529,6 +534,11 @@ SuSe Linux 2.6.5 Known Problems ============== +* Parallel tests failed with 16 processes with data inconsistency at testphdf5 + / dataset_readAll. Parallel tests also failed with 32 and 64 processes with + collective abort of all ranks at t_posix_compliant / allwrite_allread_blocks + with MPI IO. (CMC - 2009/04/28) + * We discovered two problems when running collective IO parallel HDF5 tests with chunking storage on ChaMPIon MPI compiler on tungsten, a linux cluster at NCSA. |