diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2019-06-19 15:35:55 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2019-06-19 15:35:55 (GMT) |
commit | 562cd7f3ab9fc929cda5772e61195c4ffcff88c0 (patch) | |
tree | 365e2d3efbfd0aa81e6fd76fcd544f2cfabfbe53 /tools/test/perform | |
parent | 2051ee911829cdab9311a2d6b062cb9f10d7c5b1 (diff) | |
download | hdf5-562cd7f3ab9fc929cda5772e61195c4ffcff88c0.zip hdf5-562cd7f3ab9fc929cda5772e61195c4ffcff88c0.tar.gz hdf5-562cd7f3ab9fc929cda5772e61195c4ffcff88c0.tar.bz2 |
Cleanup possible CMake target conflicts
Diffstat (limited to 'tools/test/perform')
-rw-r--r-- | tools/test/perform/pio_standalone.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/test/perform/pio_standalone.c b/tools/test/perform/pio_standalone.c index bd5fb6f..d5f681e 100644 --- a/tools/test/perform/pio_standalone.c +++ b/tools/test/perform/pio_standalone.c @@ -170,6 +170,7 @@ print_version(const char *progname) MPI_Info h5_io_info_g=MPI_INFO_NULL;/* MPI INFO object for IO */ #endif +#if 0 int h5_set_info_object(void) { @@ -277,3 +278,6 @@ h5_dump_info_object(MPI_Info info) } } + +#endif + |