diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2019-12-20 15:28:24 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2019-12-20 15:28:24 (GMT) |
commit | 4e652fe75f600ed66d2870fc101cf8883c017cbb (patch) | |
tree | d546809db7f7dc0052ebb3d2bafe1799b7403ab1 /tools/test | |
parent | 3d89b55d61e2e61b665c81f8689564e58653eff3 (diff) | |
download | hdf5-4e652fe75f600ed66d2870fc101cf8883c017cbb.zip hdf5-4e652fe75f600ed66d2870fc101cf8883c017cbb.tar.gz hdf5-4e652fe75f600ed66d2870fc101cf8883c017cbb.tar.bz2 |
Standalone doesn't use h5test implementation.
Diffstat (limited to 'tools/test')
-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 **/ |