mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-17 16:10:24 +08:00
[svn-r11313] Purpose:
updated.
This commit is contained in:
parent
3182a8a040
commit
e9d0931e45
1
MANIFEST
1
MANIFEST
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user