diff options
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r-- | release_docs/RELEASE.txt | 12 |
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 |