diff options
author | Albert Cheng <acheng@hdfgroup.org> | 1998-02-06 03:00:35 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 1998-02-06 03:00:35 (GMT) |
commit | 238cccd5e8657fe9800eb6caad98b6c54b1c251d (patch) | |
tree | 2f4cfa92dc384cc5c7ff4b041a09e46936de1738 /src/H5Cpublic.h | |
parent | 858b8fbfaedd5800f2c716f381618a978b89d1a0 (diff) | |
download | hdf5-238cccd5e8657fe9800eb6caad98b6c54b1c251d.zip hdf5-238cccd5e8657fe9800eb6caad98b6c54b1c251d.tar.gz hdf5-238cccd5e8657fe9800eb6caad98b6c54b1c251d.tar.bz2 |
[svn-r224] Initial implementation of the upper levels of PHDF5. The
MPIO lower interface layer (H5Fmpio.c) has been commited by Kim already.
All PHDF5 codes are "bracket'ed" by #ifdef HAVE_PARALLEL macro.
Diffstat (limited to 'src/H5Cpublic.h')
-rw-r--r-- | src/H5Cpublic.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/H5Cpublic.h b/src/H5Cpublic.h index aca09d2..b3b5348 100644 --- a/src/H5Cpublic.h +++ b/src/H5Cpublic.h @@ -61,6 +61,10 @@ herr_t H5Cset_layout (hid_t tid, H5D_layout_t layout); H5D_layout_t H5Cget_layout (hid_t tid); herr_t H5Cset_chunk (hid_t tid, int ndims, const size_t dim[]); int H5Cget_chunk (hid_t tid, int max_ndims, size_t dim[]/*out*/); +#ifdef HAVE_PARALLEL +herr_t H5Cset_mpi (hid_t tid, MPI_Comm comm, MPI_Info info, uintn access_mode); +/* herr_t H5Cget_mpi (hid_t tid, int *ik); */ /* not defined yet */ +#endif #ifdef __cplusplus } |