summaryrefslogtreecommitdiffstats
path: root/tools/test/perform/pio_standalone.c
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-07-12 15:56:45 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2019-07-12 15:56:55 (GMT)
commitc04ed97d4c587d6e7feeef6412e31cf38701b6d4 (patch)
tree62966cc7766bb16cb679fdc684470b662eeb04c8 /tools/test/perform/pio_standalone.c
parent346fe1a0bcb2da5e3b1de04f24195ce9781e846a (diff)
downloadhdf5-c04ed97d4c587d6e7feeef6412e31cf38701b6d4.zip
hdf5-c04ed97d4c587d6e7feeef6412e31cf38701b6d4.tar.gz
hdf5-c04ed97d4c587d6e7feeef6412e31cf38701b6d4.tar.bz2
Merge from develop, mostly HDFFV-10845
Diffstat (limited to 'tools/test/perform/pio_standalone.c')
-rw-r--r--tools/test/perform/pio_standalone.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/test/perform/pio_standalone.c b/tools/test/perform/pio_standalone.c
index dd6a61a..022e390 100644
--- a/tools/test/perform/pio_standalone.c
+++ b/tools/test/perform/pio_standalone.c
@@ -162,4 +162,8 @@ print_version(const char *progname)
H5_VERS_SUBRELEASE[0] ? "-" : "", H5_VERS_SUBRELEASE);
}
+#ifdef H5_HAVE_PARALLEL
+MPI_Info h5_io_info_g=MPI_INFO_NULL;/* MPI INFO object for IO */
+#endif
+