summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2005-08-30 04:46:46 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2005-08-30 04:46:46 (GMT)
commite9d0931e45b578fa263661b6646cf29913d71a81 (patch)
tree97a75814bba4e7154053b4f2bc3eb571f38d78a3
parent3182a8a040b463629fd9f266b6a1eda6ce70c3d7 (diff)
downloadhdf5-e9d0931e45b578fa263661b6646cf29913d71a81.zip
hdf5-e9d0931e45b578fa263661b6646cf29913d71a81.tar.gz
hdf5-e9d0931e45b578fa263661b6646cf29913d71a81.tar.bz2
[svn-r11313] Purpose:
updated.
-rw-r--r--MANIFEST1
-rw-r--r--release_docs/RELEASE.txt6
2 files changed, 7 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index 8dfe824..c68770b 100644
--- a/MANIFEST
+++ b/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
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index d048e1f..7e2e57b 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -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.