diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2002-05-13 20:22:25 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2002-05-13 20:22:25 (GMT) |
commit | f2d3f450bac8ffbef86551c4d3d1e57f5577f3ba (patch) | |
tree | e07f8852780286b08903186bb02d893c959f2ee5 /release_docs | |
parent | c5a9d502a3e9a1ac3fdb56d946b3b466b32bad4b (diff) | |
download | hdf5-f2d3f450bac8ffbef86551c4d3d1e57f5577f3ba.zip hdf5-f2d3f450bac8ffbef86551c4d3d1e57f5577f3ba.tar.gz hdf5-f2d3f450bac8ffbef86551c4d3d1e57f5577f3ba.tar.bz2 |
[svn-r5409] Purpose:
Document Performance enhancement
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index add3a55..40ca7ef 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -162,6 +162,8 @@ Documentation New Features ============ + * Allowed the call to MPI_File_sync to be avoided when the file is going to + immediately be closed, improving performance. QAK - 2002/05/13 * Allow the metadata writes to be shared among all processes, easing the burden on process 0. QAK - 2002/05/10 * New functions H5Glink2 and H5Gmove2 were added to allow link and move to |