summaryrefslogtreecommitdiffstats
path: root/src/H5Fpublic.h
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2012-03-27 18:54:15 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2012-03-27 18:54:15 (GMT)
commit94502a2769418aea2523c94f0a5b6f2ad3855849 (patch)
treef0cc59e8b3ac123b4aee35b45c923c3edb4501f4 /src/H5Fpublic.h
parent6234c0dee27daa5450d140fc9189135ac2ae0fa8 (diff)
downloadhdf5-94502a2769418aea2523c94f0a5b6f2ad3855849.zip
hdf5-94502a2769418aea2523c94f0a5b6f2ad3855849.tar.gz
hdf5-94502a2769418aea2523c94f0a5b6f2ad3855849.tar.bz2
[svn-r22157] Merge the atomicity routines from the trunk
Diffstat (limited to 'src/H5Fpublic.h')
-rw-r--r--src/H5Fpublic.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/H5Fpublic.h b/src/H5Fpublic.h
index 054a296..454e43a 100644
--- a/src/H5Fpublic.h
+++ b/src/H5Fpublic.h
@@ -183,6 +183,10 @@ H5_DLL herr_t H5Freset_mdc_hit_rate_stats(hid_t file_id);
H5_DLL ssize_t H5Fget_name(hid_t obj_id, char *name, size_t size);
H5_DLL herr_t H5Fget_info(hid_t obj_id, H5F_info_t *bh_info);
H5_DLL herr_t H5Fclear_elink_file_cache(hid_t file_id);
+#ifdef H5_HAVE_PARALLEL
+H5_DLL herr_t H5Fset_mpi_atomicity(hid_t file_id, hbool_t flag);
+H5_DLL herr_t H5Fget_mpi_atomicity(hid_t file_id, hbool_t *flag);
+#endif /* H5_HAVE_PARALLEL */
#ifdef __cplusplus
}