We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2956a05 + a211a04 commit ebc116aCopy full SHA for ebc116a
1 file changed
CMakeLists.txt
@@ -274,7 +274,7 @@ set(CTEST_SHM_LAUNCHER
274
"A command to run shared memory testings")
275
string(REPLACE " " ";" SHM_TEST_CMD_LIST "${CTEST_SHM_LAUNCHER}")
276
set(CTEST_MPI_LAUNCHER
277
- "${MPIEXEC} ${MPIEXEC_NUMPROC_FLAGS} " CACHE STRING
+ "${MPIEXEC} ${MPIEXEC_NUMPROC_FLAG} " CACHE STRING
278
"A command to run distributed memory testings")
279
if( "${CTEST_MPI_LAUNCHER}" MATCHES "^[ \t]*$" )
280
message(WARNING "MPI tests will most likely not work: 'CTEST_MPI_LAUNCHER' is not set")
0 commit comments