Skip to content

Commit

Permalink
trying to deal with MPIEXEC in CMake
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett committed Aug 26, 2020
1 parent 7bcf9f3 commit b501e62
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmake/LibMPI.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ function (add_mpi_test TESTNAME)

endif ()

cmake_print_variables(EXE_CMD)

# Add the test to CTest
add_test(NAME ${TESTNAME} COMMAND ${EXE_CMD})

Expand Down

0 comments on commit b501e62

Please sign in to comment.