diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2019-12-20 15:28:02 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2019-12-20 15:28:02 (GMT) |
commit | a057a82a692acbb31c8a36e40d94d05a03447bc5 (patch) | |
tree | 5f329643898f103f8b586ca0cf8d9a9bc4089718 | |
parent | bc88c82308626ef76c931cef16c691898ef01aaf (diff) | |
download | hdf5-a057a82a692acbb31c8a36e40d94d05a03447bc5.zip hdf5-a057a82a692acbb31c8a36e40d94d05a03447bc5.tar.gz hdf5-a057a82a692acbb31c8a36e40d94d05a03447bc5.tar.bz2 |
Standalone doesn't use h5test implementation.
-rw-r--r-- | tools/test/perform/pio_standalone.c | 3 |
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 **/ |