summaryrefslogtreecommitdiffstats
path: root/tools/test/perform/CMakeTests.cmake
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@koziol.gov>2019-07-05 18:33:13 (GMT)
committerQuincey Koziol <koziol@koziol.gov>2019-07-05 18:33:13 (GMT)
commit78e13fe8b09f4398519f58552d42651712284c76 (patch)
tree9a629c1ed228df51865f3d084d1c5ce19b99cbb5 /tools/test/perform/CMakeTests.cmake
parent43aa32ff4f302a5aa389db1c2df9db7ae06ce730 (diff)
parentde217a64998c841e784c3f60e031da9e0041feb5 (diff)
downloadhdf5-78e13fe8b09f4398519f58552d42651712284c76.zip
hdf5-78e13fe8b09f4398519f58552d42651712284c76.tar.gz
hdf5-78e13fe8b09f4398519f58552d42651712284c76.tar.bz2
Merge branch 'develop' into feature/update_gcc_flags
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)