summaryrefslogtreecommitdiffstats
path: root/testpar
diff options
context:
space:
mode:
authorRichard Warren <Richard.Warren@hdfgroup.org>2019-10-23 18:09:13 (GMT)
committerRichard Warren <Richard.Warren@hdfgroup.org>2019-10-23 18:09:13 (GMT)
commitaac69436969dd0806ded06ae67d3d325405174eb (patch)
treed69c00ab89d734c8a088197a3f1276b78ee967da /testpar
parente41d59984505c7d2530e0fcbee487610b85b31ae (diff)
downloadhdf5-aac69436969dd0806ded06ae67d3d325405174eb.zip
hdf5-aac69436969dd0806ded06ae67d3d325405174eb.tar.gz
hdf5-aac69436969dd0806ded06ae67d3d325405174eb.tar.bz2
Rename the set/get bigio_count functions. Also add the renamed prototypes to H5private.h.
Diffstat (limited to 'testpar')
-rw-r--r--testpar/t_bigio.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testpar/t_bigio.c b/testpar/t_bigio.c
index fe96c83..c6a1178 100644
--- a/testpar/t_bigio.c
+++ b/testpar/t_bigio.c
@@ -53,7 +53,7 @@ static void coll_chunktest(const char* filename, int chunk_factor, int select_fa
int api_option, int file_selection, int mem_selection, int mode);
hid_t create_faccess_plist(MPI_Comm comm, MPI_Info info, int l_facc_type);
-hsize_t H5_mpio_set_bigio_count(hsize_t new_count);
+hsize_t H5_mpi_set_bigio_count(hsize_t new_count);
/*
* Setup the coordinates for point selection.
@@ -1928,7 +1928,7 @@ int main(int argc, char **argv)
int ExpressMode = 0;
hsize_t newsize = 1048576;
/* Set the bigio processing limit to be 'newsize' bytes */
- hsize_t oldsize = H5_mpio_set_bigio_count(newsize);
+ hsize_t oldsize = H5_mpi_set_bigio_count(newsize);
/* Having set the bigio handling to a size that is managable,
* we'll set our 'bigcount' variable to be 2X that limit so