Skip to content

Commit

Permalink
Merge branch 'develop' into apw/nompi
Browse files Browse the repository at this point in the history
Signed-off-by: Aiden Woodruff <[email protected]>
  • Loading branch information
bobpaw committed Feb 10, 2025
2 parents 74c2617 + a900c47 commit 53d2adb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/testing.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ function(mpi_test TESTNAME PROCS EXE)
COMMAND ${MPIRUN} ${MPIRUN_PROCFLAG} ${PROCS}
${VALGRIND} ${VALGRIND_ARGS} ${EXE} ${ARGN}
)
set_tests_properties(${TESTNAME} PROPERTIES PROCESSORS ${PROCS})
endif()
endfunction(mpi_test)

Expand Down

0 comments on commit 53d2adb

Please sign in to comment.