summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-12-20 15:28:47 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2019-12-20 15:28:47 (GMT)
commita21c7885a595a112d26de5f600fd0d5148de8b9d (patch)
treed40d9f299d59281ca2572495c0423cf7ca0c43dc /tools
parent0e1848a1cd5daba8850bd39ab59be20ebf0d0d3b (diff)
downloadhdf5-a21c7885a595a112d26de5f600fd0d5148de8b9d.zip
hdf5-a21c7885a595a112d26de5f600fd0d5148de8b9d.tar.gz
hdf5-a21c7885a595a112d26de5f600fd0d5148de8b9d.tar.bz2
Standalone doesn't use h5test implementation.
Diffstat (limited to 'tools')
-rw-r--r--tools/perform/pio_standalone.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/perform/pio_standalone.c b/tools/perform/pio_standalone.c
index dd6a61a..0fba904 100644
--- a/tools/perform/pio_standalone.c
+++ b/tools/perform/pio_standalone.c
@@ -18,6 +18,9 @@
#include "pio_perf.h"
+#ifdef STANDALONE
+MPI_Info h5_io_info_g=MPI_INFO_NULL;/* MPI INFO object for IO */
+#endif
/** From h5tools_utils.c **/
@@ -161,5 +164,3 @@ print_version(const char *progname)
progname, H5_VERS_MAJOR, H5_VERS_MINOR, H5_VERS_RELEASE,
H5_VERS_SUBRELEASE[0] ? "-" : "", H5_VERS_SUBRELEASE);
}
-
-