summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2011-10-12 21:50:59 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2011-10-12 21:50:59 (GMT)
commit17d435522bea33935f1d8af971712cc6686547cc (patch)
treee720ab77ebc79a17aab1948afe95da3e00de4ad9 /release_docs
parent81a9c71d86f3988ee162c05f40705ddd0533652f (diff)
downloadhdf5-17d435522bea33935f1d8af971712cc6686547cc.zip
hdf5-17d435522bea33935f1d8af971712cc6686547cc.tar.gz
hdf5-17d435522bea33935f1d8af971712cc6686547cc.tar.bz2
[svn-r21533] Description:
Bring r21442 and r21529 from trunk to 1.8 branch: Add new API routines for querying if collective raw data I/O was actually performed collectively. Tested: Linux/32 2.6 (jam) (h5committested on trunk)
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index eb4efb4..e88cf24 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -65,7 +65,9 @@ New Features
Parallel Library
----------------
- - None
+ - Added new H5Pget_mpio_actual_chunk_opt_mode and
+ H5Pget_mpio_actual_io_mode API routines for querying whether/how
+ a collective I/O operation completed. (QAK - 2011/10/12)
Tools
-----