summaryrefslogtreecommitdiffstats
path: root/src/H5Fprivate.h
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2020-09-03 01:07:57 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2020-09-03 01:07:57 (GMT)
commit8b693fa4894fad7e994a42013328cf4e6a266a04 (patch)
treed1f4f6174b6f5a111efc24254eba735676cc2c1e /src/H5Fprivate.h
parent2fd7bebba54ce6d8153fa5a48b7276130dea49a0 (diff)
downloadhdf5-8b693fa4894fad7e994a42013328cf4e6a266a04.zip
hdf5-8b693fa4894fad7e994a42013328cf4e6a266a04.tar.gz
hdf5-8b693fa4894fad7e994a42013328cf4e6a266a04.tar.bz2
Brings Quincey's parallel collective MD write bugfix from develop
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 */