diff options
author | jhendersonHDF <jhenderson@hdfgroup.org> | 2022-07-18 19:23:10 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-18 19:23:10 (GMT) |
commit | 43f052352c30cd9acd7fe7fdb8c80ec0c85c8fe3 (patch) | |
tree | 01dae15c120dab01d227230e0728044ff6e1e25f /tools | |
parent | ba5385ffc2f75a774e62581f6de13c5987cf3053 (diff) | |
download | hdf5-43f052352c30cd9acd7fe7fdb8c80ec0c85c8fe3.zip hdf5-43f052352c30cd9acd7fe7fdb8c80ec0c85c8fe3.tar.gz hdf5-43f052352c30cd9acd7fe7fdb8c80ec0c85c8fe3.tar.bz2 |
Remove perf tool from CMakeTests file (#1907)
Diffstat (limited to 'tools')
-rw-r--r-- | tools/test/perform/CMakeTests.cmake | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/test/perform/CMakeTests.cmake b/tools/test/perform/CMakeTests.cmake index 73b2260..039d56e 100644 --- a/tools/test/perform/CMakeTests.cmake +++ b/tools/test/perform/CMakeTests.cmake @@ -192,10 +192,6 @@ if (HDF5_TEST_SERIAL) endif () if (H5_HAVE_PARALLEL AND HDF5_TEST_PARALLEL) - if (UNIX) - add_test (NAME MPI_TEST_PERFORM_perf COMMAND ${MPIEXEC_EXECUTABLE} ${MPIEXEC_NUMPROC_FLAG} ${MPIEXEC_MAX_NUMPROCS} ${MPIEXEC_PREFLAGS} $<TARGET_FILE:perf> ${MPIEXEC_POSTFLAGS}) - endif () - add_test (NAME MPI_TEST_PERFORM_h5perf COMMAND ${MPIEXEC_EXECUTABLE} ${MPIEXEC_NUMPROC_FLAG} ${MPIEXEC_MAX_NUMPROCS} ${MPIEXEC_PREFLAGS} $<TARGET_FILE:h5perf> ${MPIEXEC_POSTFLAGS}) if (HDF5_BUILD_PERFORM_STANDALONE) |