summaryrefslogtreecommitdiffstats
path: root/tools/test/perform/CMakeTests.cmake
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-07-05 13:41:19 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2019-07-05 13:41:19 (GMT)
commitde217a64998c841e784c3f60e031da9e0041feb5 (patch)
tree704f0445e58c36811366c7f78e1e074ea6efaf43 /tools/test/perform/CMakeTests.cmake
parent7b9f24603f980a73d43194c66a01a62aee16b2e8 (diff)
parent2b2876ac57a1901537d7c2732eac81f7434d332d (diff)
downloadhdf5-de217a64998c841e784c3f60e031da9e0041feb5.zip
hdf5-de217a64998c841e784c3f60e031da9e0041feb5.tar.gz
hdf5-de217a64998c841e784c3f60e031da9e0041feb5.tar.bz2
Merge pull request #1789 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit '2b2876ac57a1901537d7c2732eac81f7434d332d': perf test is parallel only Add missing test
Diffstat (limited to 'tools/test/perform/CMakeTests.cmake')
-rw-r--r--tools/test/perform/CMakeTests.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/test/perform/CMakeTests.cmake b/tools/test/perform/CMakeTests.cmake
index 36172d1..45f43b4 100644
--- a/tools/test/perform/CMakeTests.cmake
+++ b/tools/test/perform/CMakeTests.cmake
@@ -170,6 +170,8 @@ endif ()
set_tests_properties (PERFORM_zip_perf PROPERTIES DEPENDS "PERFORM_zip_perf_help;PERFORM_h5perform-clearall-objects")
if (H5_HAVE_PARALLEL)
+ add_test (NAME MPI_TEST_PERFORM_perf COMMAND ${MPIEXEC_EXECUTABLE} ${MPIEXEC_NUMPROC_FLAG} ${MPIEXEC_MAX_NUMPROCS} ${MPIEXEC_PREFLAGS} $<TARGET_FILE:perf> ${MPIEXEC_POSTFLAGS})
+
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)