summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-12-20 15:28:24 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2019-12-20 15:28:24 (GMT)
commit4e652fe75f600ed66d2870fc101cf8883c017cbb (patch)
treed546809db7f7dc0052ebb3d2bafe1799b7403ab1 /tools
parent3d89b55d61e2e61b665c81f8689564e58653eff3 (diff)
downloadhdf5-4e652fe75f600ed66d2870fc101cf8883c017cbb.zip
hdf5-4e652fe75f600ed66d2870fc101cf8883c017cbb.tar.gz
hdf5-4e652fe75f600ed66d2870fc101cf8883c017cbb.tar.bz2
Standalone doesn't use h5test implementation.
Diffstat (limited to 'tools')
-rw-r--r--tools/test/perform/pio_standalone.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/test/perform/pio_standalone.c b/tools/test/perform/pio_standalone.c
index f6866bb..0fba904 100644
--- a/tools/test/perform/pio_standalone.c
+++ b/tools/test/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 **/