Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ set(CTEST_SHM_LAUNCHER
"A command to run shared memory testings")
string(REPLACE " " ";" SHM_TEST_CMD_LIST "${CTEST_SHM_LAUNCHER}")
set(CTEST_MPI_LAUNCHER
"${MPIEXEC} ${MPIEXEC_NUMPROC_FLAGS} " CACHE STRING
"${MPIEXEC} ${MPIEXEC_NUMPROC_FLAG} " CACHE STRING
"A command to run distributed memory testings")
if( "${CTEST_MPI_LAUNCHER}" MATCHES "^[ \t]*$" )
message(WARNING "MPI tests will most likely not work: 'CTEST_MPI_LAUNCHER' is not set")
Expand Down