summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-12-20 15:49:19 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2019-12-20 15:49:19 (GMT)
commita08a3eaebac031a909748db05f747cec72989f5c (patch)
treed546809db7f7dc0052ebb3d2bafe1799b7403ab1
parent3d89b55d61e2e61b665c81f8689564e58653eff3 (diff)
parent4e652fe75f600ed66d2870fc101cf8883c017cbb (diff)
downloadhdf5-a08a3eaebac031a909748db05f747cec72989f5c.zip
hdf5-a08a3eaebac031a909748db05f747cec72989f5c.tar.gz
hdf5-a08a3eaebac031a909748db05f747cec72989f5c.tar.bz2
Merge pull request #2168 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_12 to hdf5_1_12
* commit '4e652fe75f600ed66d2870fc101cf8883c017cbb': Standalone doesn't use h5test implementation.
-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 **/