Skip to content

Commit ebc116a

Browse files
authored
Merge pull request #148 from G-Ragghianti/gragghia/mpi_numproc_fix
Correcting typo in variable name MPIEXEC_NUMPROC_FLAG
2 parents 2956a05 + a211a04 commit ebc116a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ set(CTEST_SHM_LAUNCHER
274274
"A command to run shared memory testings")
275275
string(REPLACE " " ";" SHM_TEST_CMD_LIST "${CTEST_SHM_LAUNCHER}")
276276
set(CTEST_MPI_LAUNCHER
277-
"${MPIEXEC} ${MPIEXEC_NUMPROC_FLAGS} " CACHE STRING
277+
"${MPIEXEC} ${MPIEXEC_NUMPROC_FLAG} " CACHE STRING
278278
"A command to run distributed memory testings")
279279
if( "${CTEST_MPI_LAUNCHER}" MATCHES "^[ \t]*$" )
280280
message(WARNING "MPI tests will most likely not work: 'CTEST_MPI_LAUNCHER' is not set")

0 commit comments

Comments
 (0)