summaryrefslogtreecommitdiffstats
path: root/src/H5Fprivate.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@lbl.gov>2020-08-27 23:11:19 (GMT)
committerQuincey Koziol <koziol@lbl.gov>2020-09-03 01:27:40 (GMT)
commit53fcead7f1f506b72041d61bbeb78c88e56da359 (patch)
tree5c6a853b65d1c1f1304871f96fa3f0253f47e03e /src/H5Fprivate.h
parent910937e972a52d0c5d46b9544e26b369f2611e4b (diff)
downloadhdf5-53fcead7f1f506b72041d61bbeb78c88e56da359.zip
hdf5-53fcead7f1f506b72041d61bbeb78c88e56da359.tar.gz
hdf5-53fcead7f1f506b72041d61bbeb78c88e56da359.tar.bz2
Revert " Checkin of fix for CGNS bug"
This reverts commit 94c34773ceae5b30c4afb227d0385ebf4ab6ce28.
Diffstat (limited to 'src/H5Fprivate.h')
-rw-r--r--src/H5Fprivate.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/H5Fprivate.h b/src/H5Fprivate.h
index 9deba8c..6e80f4b 100644
--- a/src/H5Fprivate.h
+++ b/src/H5Fprivate.h
@@ -861,7 +861,6 @@ H5_DLL MPI_Comm H5F_mpi_get_comm(const H5F_t *f);
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 */