summaryrefslogtreecommitdiffstats
path: root/src/H5P.c
diff options
context:
space:
mode:
authorRobert Kim Yates <rkyates@llnl.gov>1998-04-24 00:45:03 (GMT)
committerRobert Kim Yates <rkyates@llnl.gov>1998-04-24 00:45:03 (GMT)
commit27d6096b64bb0e2df18301b201a62cfb8467a63d (patch)
tree59123197d31f30ca7da61c0c0f508a740fd4db06 /src/H5P.c
parent304ad92a466ed64982d6bd76a50f015969692c32 (diff)
downloadhdf5-27d6096b64bb0e2df18301b201a62cfb8467a63d.zip
hdf5-27d6096b64bb0e2df18301b201a62cfb8467a63d.tar.gz
hdf5-27d6096b64bb0e2df18301b201a62cfb8467a63d.tar.bz2
[svn-r369] Changed comments in H5Pset_mpi to reflect removal of access_mode argument.
Diffstat (limited to 'src/H5P.c')
-rw-r--r--src/H5P.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/H5P.c b/src/H5P.c
index 3c802e4..b36e80c 100644
--- a/src/H5P.c
+++ b/src/H5P.c
@@ -2050,8 +2050,7 @@ H5Pget_deflate (hid_t plist_id)
/*-------------------------------------------------------------------------
* Function: H5Pset_mpi
*
- * Signature: herr_t H5Pset_mpi(hid_t tid, MPI_Comm comm, MPI_Info info,
- * unsigned access_mode)
+ * Signature: herr_t H5Pset_mpi(hid_t tid, MPI_Comm comm, MPI_Info info)
*
* Purpose: Store the access mode for MPIO call and the user supplied
* communicator and info in the access template which can then
@@ -2075,12 +2074,6 @@ H5Pget_deflate (hid_t plist_id)
* this function call returns may have undetermined effect
* to the access template. Users should call this function
* again to setup the template.
- * unsigned access_mode
- * File data access modes:
- * H5ACC_INDEPENDENT
- * Allow independent datasets access.
- * H5ACC_COLLECTIVE
- * Allow only collective datasets access.
*
* Return: Success: SUCCEED
*