summaryrefslogtreecommitdiffstats
path: root/src/H5Fprivate.h
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2020-09-03 15:58:57 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2020-09-03 15:58:57 (GMT)
commit136503bcc1d817df4ab7dc4408a54e857048abe3 (patch)
tree69d13468add29b009d629b63488c1569f3e155c8 /src/H5Fprivate.h
parentd2f365e5e383df341bad8fd48517eb083f0683fa (diff)
downloadhdf5-136503bcc1d817df4ab7dc4408a54e857048abe3.zip
hdf5-136503bcc1d817df4ab7dc4408a54e857048abe3.tar.gz
hdf5-136503bcc1d817df4ab7dc4408a54e857048abe3.tar.bz2
Merges Quincey's parallel collective MD fix from 1.10
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 469a37c..cb6e6fe 100644
--- a/src/H5Fprivate.h
+++ b/src/H5Fprivate.h
@@ -855,7 +855,6 @@ H5_DLL int H5F_mpi_get_rank(const H5F_t *f);
H5_DLL MPI_Comm H5F_mpi_get_comm(const H5F_t *f);
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);
#endif /* H5_HAVE_PARALLEL */
/* External file cache routines */