summaryrefslogtreecommitdiffstats
path: root/src/H5FDmpio.c
diff options
context:
space:
mode:
authorRichard Warren <Richard.Warren@hdfgroup.org>2019-10-07 21:22:51 (GMT)
committerRichard Warren <Richard.Warren@hdfgroup.org>2019-10-07 21:22:51 (GMT)
commita97c0d418dd93e6e878ec90a306098610e2925d1 (patch)
tree9727c81f2965687c71542dd3003fb47cc38bdc2c /src/H5FDmpio.c
parenta074eeda117072a82300c9b937f086e23def9243 (diff)
downloadhdf5-a97c0d418dd93e6e878ec90a306098610e2925d1.zip
hdf5-a97c0d418dd93e6e878ec90a306098610e2925d1.tar.gz
hdf5-a97c0d418dd93e6e878ec90a306098610e2925d1.tar.bz2
At the suggestion of the PR reviewers, moved the mpio_create_large_type to H5mpi.c and renamed the function appropriately. Also moved some support functions to set and get the vvalue where we transistion to using derived datatypes.
Diffstat (limited to 'src/H5FDmpio.c')
-rw-r--r--src/H5FDmpio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5FDmpio.c b/src/H5FDmpio.c
index 1e373ca..0401418 100644
--- a/src/H5FDmpio.c
+++ b/src/H5FDmpio.c
@@ -1439,7 +1439,7 @@ H5FD__mpio_write(H5FD_t *_file, H5FD_mem_t type, hid_t H5_ATTR_UNUSED dxpl_id,
* the derived_type.
*/
- if (H5S_mpio_create_large_type(size, 0, MPI_BYTE, &buf_type) < 0)
+ if (H5_mpio_create_large_type(size, 0, MPI_BYTE, &buf_type) < 0)
HGOTO_ERROR(H5E_INTERNAL, H5E_CANTGET, FAIL, "can't create MPI-I/O datatype")
derived_type = TRUE;