summaryrefslogtreecommitdiffstats
path: root/fortran/testpar/CMakeTests.cmake
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-02-14 22:38:25 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2019-02-14 22:38:25 (GMT)
commitd6036ce89fe0a284bd1e6486fc6a50e932dd1e2f (patch)
treeabc1b49d1e64426c5e011305ff5bc961ad40dd7a /fortran/testpar/CMakeTests.cmake
parente32b2b08c996c940f16c905eb7a92d5310aa9e88 (diff)
parentf4f8be19125002764715f6cd25372477c729f809 (diff)
downloadhdf5-d6036ce89fe0a284bd1e6486fc6a50e932dd1e2f.zip
hdf5-d6036ce89fe0a284bd1e6486fc6a50e932dd1e2f.tar.gz
hdf5-d6036ce89fe0a284bd1e6486fc6a50e932dd1e2f.tar.bz2
Merge pull request #1543 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_1_10
* commit 'f4f8be19125002764715f6cd25372477c729f809': Script changes from develop Added TRILABS-111 note Add HDFFV-10628 known problem TRILAB-111 Update MPI CMake
Diffstat (limited to 'fortran/testpar/CMakeTests.cmake')
-rw-r--r--fortran/testpar/CMakeTests.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/testpar/CMakeTests.cmake b/fortran/testpar/CMakeTests.cmake
index d00a6fc..d0abe0e 100644
--- a/fortran/testpar/CMakeTests.cmake
+++ b/fortran/testpar/CMakeTests.cmake
@@ -15,4 +15,4 @@
### T E S T I N G ###
##############################################################################
##############################################################################
-add_test (NAME FORT_parallel_test COMMAND ${MPIEXEC_EXECUTABLE} ${MPIEXEC_NUMPROC_FLAG} ${MPIEXEC_MAX_NUMPROCS} ${MPIEXEC_PREFLAGS} $<TARGET_FILE:parallel_test> ${MPIEXEC_POSTFLAGS})
+add_test (NAME MPI_TEST_FORT_parallel_test COMMAND ${MPIEXEC_EXECUTABLE} ${MPIEXEC_NUMPROC_FLAG} ${MPIEXEC_MAX_NUMPROCS} ${MPIEXEC_PREFLAGS} $<TARGET_FILE:parallel_test> ${MPIEXEC_POSTFLAGS})