Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
ShatrovOA committed Oct 3, 2024
1 parent 44f5605 commit 3381535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ foreach(test ${TEST_SOURCES})
add_executable(${test_name} ${test})
target_link_libraries(${test_name} dtfft)

foreach(nproc RANGE 1 8 1)
foreach(nproc RANGE 1 ${MPIEXEC_MAX_NUMPROCS} 1)
add_test(
NAME "${test_name}_nproc_${nproc}"
COMMAND ${MPIEXEC_EXECUTABLE} ${MPIEXEC_NUMPROC_FLAG} ${nproc} ./${test_name}
Expand Down

0 comments on commit 3381535

Please sign in to comment.