summaryrefslogtreecommitdiffstats
path: root/RELEASE
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>1998-07-13 06:03:41 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>1998-07-13 06:03:41 (GMT)
commitb5189f738df7043790a254ed55263b08386dece8 (patch)
treeed41b10b18a9c3acb217b5e6888e408484a12671 /RELEASE
parent9336c79001284eff9b1c69c3470609542d57e4ff (diff)
downloadhdf5-b5189f738df7043790a254ed55263b08386dece8.zip
hdf5-b5189f738df7043790a254ed55263b08386dece8.tar.gz
hdf5-b5189f738df7043790a254ed55263b08386dece8.tar.bz2
[svn-r484] CHANGES_API:
Removed. Changes entered to RELEASE. MANIFEST: Updated for the removal of CHANGES_API. RELEASE: Updated with "Parallel HDF5 Changes".
Diffstat (limited to 'RELEASE')
-rw-r--r--RELEASE27
1 files changed, 26 insertions, 1 deletions
diff --git a/RELEASE b/RELEASE
index c0d3b27..29d7100 100644
--- a/RELEASE
+++ b/RELEASE
@@ -75,7 +75,32 @@ Release information for hdf5-1.0.0a
* The library automatically checks that the application was compiled
with the correct version of header files.
-* Parallel feature changes...(?)
+
+ Parallel HDF5 Changes
+
+* Parallel support for fixed dimension datasets with contiguous or
+ chunked storages. Also, support unlimited dimension datasets which
+ must use chunk storage. No parallel support for compressed datasets.
+
+* Collective data transfer for H5Dread/H5Dwrite. Collective access
+ support for datasets with contiguous storage only, thus only fixed
+ dimension datasets for now.
+
+* H5Pset_mpi and H5Pget_mpi no longer have the access_mode
+ argument. It is taken over by the data-transfer property list
+ of H5Dread/H5Dwrite.
+
+* New functions H5Pset_xfer and H5Pget_xfer to handle the
+ specification of independent or collective data transfer_mode
+ in the dataset transfer properties list. The properties
+ list can be used to specify data transfer mode in the H5Dwrite
+ and H5Dread function calls.
+
+* Added parallel support for datasets with chunked storage layout.
+ When a dataset is extend in a PHDF5 file, all processes that open
+ the file must collectively call H5Dextend with identical new dimension
+ sizes.
+
LIST OF API FUNCTIONS