summaryrefslogtreecommitdiffstats
path: root/src/H5private.h
diff options
context:
space:
mode:
authorRichard Warren <Richard.Warren@hdfgroup.org>2019-10-15 18:47:10 (GMT)
committerRichard Warren <Richard.Warren@hdfgroup.org>2019-10-15 18:47:10 (GMT)
commitce05c4a62dcd3a91760363202105171cac8548b9 (patch)
treebdab822d50d25d14af234ec49a9705e3a0be4b00 /src/H5private.h
parent4284401fdeb5621e00a8b218b06d49e107b8821c (diff)
downloadhdf5-ce05c4a62dcd3a91760363202105171cac8548b9.zip
hdf5-ce05c4a62dcd3a91760363202105171cac8548b9.tar.gz
hdf5-ce05c4a62dcd3a91760363202105171cac8548b9.tar.bz2
Added the two missing files from the previous PR as requested by Les
Diffstat (limited to 'src/H5private.h')
-rw-r--r--src/H5private.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/H5private.h b/src/H5private.h
index bb2a2eb..4ae9f12 100644
--- a/src/H5private.h
+++ b/src/H5private.h
@@ -2670,12 +2670,15 @@ H5_DLL herr_t H5_combine_path(const char *path1, const char *path2, char **ful
#ifdef H5_HAVE_PARALLEL
/* Generic MPI functions */
+H5_DLL hsize_t H5_mpio_get_bigio_count();
H5_DLL herr_t H5_mpi_comm_dup(MPI_Comm comm, MPI_Comm *comm_new);
H5_DLL herr_t H5_mpi_info_dup(MPI_Info info, MPI_Info *info_new);
H5_DLL herr_t H5_mpi_comm_free(MPI_Comm *comm);
H5_DLL herr_t H5_mpi_info_free(MPI_Info *info);
H5_DLL herr_t H5_mpi_comm_cmp(MPI_Comm comm1, MPI_Comm comm2, int *result);
H5_DLL herr_t H5_mpi_info_cmp(MPI_Info info1, MPI_Info info2, int *result);
+H5_DLL herr_t H5_mpio_create_large_type(hsize_t num_elements, MPI_Aint stride_bytes,
+ MPI_Datatype old_type, MPI_Datatype *new_type);
#endif /* H5_HAVE_PARALLEL */
/* Functions for debugging */