summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>1998-06-22 16:17:46 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>1998-06-22 16:17:46 (GMT)
commit62607debf74800472572e65517ed284aef19a63c (patch)
tree18854cc3ab5509cb7853b19dde31f05d65461054
parentbc621179243cc4070a57986b8ac5607026fe87f7 (diff)
downloadhdf5-62607debf74800472572e65517ed284aef19a63c.zip
hdf5-62607debf74800472572e65517ed284aef19a63c.tar.gz
hdf5-62607debf74800472572e65517ed284aef19a63c.tar.bz2
[svn-r434] Initial version. Added changes related to parallel HDF5 API's.
-rw-r--r--CHANGES_API17
1 files changed, 17 insertions, 0 deletions
diff --git a/CHANGES_API b/CHANGES_API
new file mode 100644
index 0000000..4c3ed85
--- /dev/null
+++ b/CHANGES_API
@@ -0,0 +1,17 @@
+ 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.