diff options
author | Robert Kim Yates <rkyates@llnl.gov> | 1998-04-24 00:45:03 (GMT) |
---|---|---|
committer | Robert Kim Yates <rkyates@llnl.gov> | 1998-04-24 00:45:03 (GMT) |
commit | 27d6096b64bb0e2df18301b201a62cfb8467a63d (patch) | |
tree | 59123197d31f30ca7da61c0c0f508a740fd4db06 /src | |
parent | 304ad92a466ed64982d6bd76a50f015969692c32 (diff) | |
download | hdf5-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')
-rw-r--r-- | src/H5P.c | 9 |
1 files changed, 1 insertions, 8 deletions
@@ -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 * |