From b5189f738df7043790a254ed55263b08386dece8 Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Mon, 13 Jul 1998 01:03:41 -0500 Subject: [svn-r484] CHANGES_API: Removed. Changes entered to RELEASE. MANIFEST: Updated for the removal of CHANGES_API. RELEASE: Updated with "Parallel HDF5 Changes". --- CHANGES_API | 17 ----------------- MANIFEST | 1 - RELEASE | 27 ++++++++++++++++++++++++++- 3 files changed, 26 insertions(+), 19 deletions(-) delete mode 100644 CHANGES_API diff --git a/CHANGES_API b/CHANGES_API deleted file mode 100644 index 4c3ed85..0000000 --- a/CHANGES_API +++ /dev/null @@ -1,17 +0,0 @@ - CHANGES of HDF5 API - ------------------- - (Updated: June 22, 1998) - - -Changes Since Version 1.0.0a ----------------------------- - -1) H5Pset_mpi and H5Pget_mpi no longer have the access_mode -argument. (that is taken over by transfer template during -data read/write.) - -2) 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. diff --git a/MANIFEST b/MANIFEST index 4d5fd96..6dc448d 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1,4 +1,3 @@ -./CHANGES_API ./INSTALL ./INSTALL.ascired ./INSTALL.ibm.sp.parallel 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 -- cgit v0.12