summaryrefslogtreecommitdiffstats
path: root/src/H5Fprivate.h
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2019-09-26 08:19:13 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2019-10-11 02:46:06 (GMT)
commit75bb8add458930420b1d0856605ecc55ff2e12de (patch)
tree28116f9fe7610969f5754501aeccdbbb1d3f8213 /src/H5Fprivate.h
parent3819640e3c7c2967c426f8bfc95d302f0ae0491a (diff)
downloadhdf5-75bb8add458930420b1d0856605ecc55ff2e12de.zip
hdf5-75bb8add458930420b1d0856605ecc55ff2e12de.tar.gz
hdf5-75bb8add458930420b1d0856605ecc55ff2e12de.tar.bz2
Marked up H5Fget/set_mpi_atomicity() to use the VOL.
Diffstat (limited to 'src/H5Fprivate.h')
-rw-r--r--src/H5Fprivate.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/H5Fprivate.h b/src/H5Fprivate.h
index e15025b..c9a1b25 100644
--- a/src/H5Fprivate.h
+++ b/src/H5Fprivate.h
@@ -859,6 +859,8 @@ H5_DLL int H5F_shared_mpi_get_size(const H5F_shared_t *f_sh);
H5_DLL int H5F_mpi_get_size(const H5F_t *f);
H5_DLL herr_t H5F_mpi_retrieve_comm(hid_t loc_id, hid_t acspl_id, MPI_Comm *mpi_comm);
H5_DLL herr_t H5F_get_mpi_info(const H5F_t *f, MPI_Info **f_info);
+H5_DLL herr_t H5F_get_mpi_atomicity(H5F_t *file, hbool_t *flag);
+H5_DLL herr_t H5F_set_mpi_atomicity(H5F_t *file, hbool_t flag);
#endif /* H5_HAVE_PARALLEL */
/* External file cache routines */