summaryrefslogtreecommitdiffstats
path: root/src/H5Sprivate.h
diff options
context:
space:
mode:
authorRichard Warren <Richard.Warren@hdfgroup.org>2019-10-05 14:18:17 (GMT)
committerRichard Warren <Richard.Warren@hdfgroup.org>2019-10-05 14:18:17 (GMT)
commit21a18a1cd2547b83c53395b4a6bb11499199f923 (patch)
tree4d11608bdf58d0600e31eec5bc8a628b99dab28e /src/H5Sprivate.h
parentf2be6da71479c4d20e61af8dfebd2aa0050427d9 (diff)
downloadhdf5-21a18a1cd2547b83c53395b4a6bb11499199f923.zip
hdf5-21a18a1cd2547b83c53395b4a6bb11499199f923.tar.gz
hdf5-21a18a1cd2547b83c53395b4a6bb11499199f923.tar.bz2
Make the initial bug fixes to allow >2GB writes with Independent IO
Diffstat (limited to 'src/H5Sprivate.h')
-rw-r--r--src/H5Sprivate.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/H5Sprivate.h b/src/H5Sprivate.h
index 0a9d2e7..831c454 100644
--- a/src/H5Sprivate.h
+++ b/src/H5Sprivate.h
@@ -308,6 +308,11 @@ H5_DLL herr_t H5S_sel_iter_close(H5S_sel_iter_t *sel_iter);
#ifdef H5_HAVE_PARALLEL
H5_DLL hsize_t H5S_mpio_set_bigio_count(hsize_t new_count);
+H5_DLL herr_t H5S_mpio_create_large_type(hsize_t num_elements,
+ MPI_Aint stride_bytes,
+ MPI_Datatype old_type,
+ MPI_Datatype *new_type);
+
H5_DLL herr_t H5S_mpio_space_type(const H5S_t *space, size_t elmt_size,
/* out: */ MPI_Datatype *new_type,
int *count,