[svn-r11313] Purpose:

updated.
This commit is contained in:
Albert Cheng 2005-08-29 23:46:46 -05:00
parent 3182a8a040
commit e9d0931e45
2 changed files with 7 additions and 0 deletions

View File

@ -717,6 +717,7 @@ a------------------------------------------------------------------------------
./testpar/t_mdset.c
./testpar/t_mpi.c
./testpar/t_ph5basic.c
./testpar/t_chunk_alloc.c
./testpar/t_coll_chunk.c
./testpar/t_span_tree.c
./testpar/testpar.h

View File

@ -256,6 +256,12 @@ New Features
Parallel Library:
-----------------
- A dataset created in serial mode with H5D_ALLOC_TIME_INCR allocation
setting was not extendible, either explicitly by H5Dextend or
implicitly by writing to unallocated chunks. Library now allocates
more space when needed or directed if the file is opened by parallel
mode, independent of what the dataset allocation mode is.
CC/AKC - 2005/08/29.
- Allow compressed, chunked datasets to be read in parallel.
QAK - 2004/10/04
- Add options of using atomicity and file-sync to test_mpio_1wMr.