summaryrefslogtreecommitdiffstats
path: root/fortran/testpar/CMakeTests.cmake
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2017-11-02 18:46:13 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2017-11-02 18:46:13 (GMT)
commitc4b899a9ed617078e9a8f9a11a03e09d9eb02491 (patch)
treeac440dca0073e82add1a12fabfa34b35680bbd66 /fortran/testpar/CMakeTests.cmake
parent54fd43fe1641687319f06b54affc9ae05f277a6a (diff)
downloadhdf5-c4b899a9ed617078e9a8f9a11a03e09d9eb02491.zip
hdf5-c4b899a9ed617078e9a8f9a11a03e09d9eb02491.tar.gz
hdf5-c4b899a9ed617078e9a8f9a11a03e09d9eb02491.tar.bz2
HDFFV-10321 Merge from 1.8
Diffstat (limited to 'fortran/testpar/CMakeTests.cmake')
-rw-r--r--fortran/testpar/CMakeTests.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/fortran/testpar/CMakeTests.cmake b/fortran/testpar/CMakeTests.cmake
index 70ce541..d00a6fc 100644
--- a/fortran/testpar/CMakeTests.cmake
+++ b/fortran/testpar/CMakeTests.cmake
@@ -8,11 +8,11 @@
# distribution tree, or in https://support.hdfgroup.org/ftp/HDF5/releases.
# If you do not have access to either file, you may request a copy from
# help@hdfgroup.org.
-
+#
##############################################################################
##############################################################################
### T E S T I N G ###
##############################################################################
##############################################################################
-add_test (NAME FORT_parallel_test COMMAND ${MPIEXEC} ${MPIEXEC_PREFLAGS} ${MPIEXEC_NUMPROC_FLAG} ${MPIEXEC_MAX_NUMPROCS} ${MPIEXEC_POSTFLAGS} $<TARGET_FILE:parallel_test>)
+add_test (NAME FORT_parallel_test COMMAND ${MPIEXEC_EXECUTABLE} ${MPIEXEC_NUMPROC_FLAG} ${MPIEXEC_MAX_NUMPROCS} ${MPIEXEC_PREFLAGS} $<TARGET_FILE:parallel_test> ${MPIEXEC_POSTFLAGS})