Skip to content

Commit

Permalink
Remove unnecessary status messages when detecting MPI continuations s…
Browse files Browse the repository at this point in the history
…upport
  • Loading branch information
msimberg committed Sep 16, 2024
1 parent d766280 commit 73f090e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions libs/pika/async_mpi/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,8 @@ endif()

pika_check_for_mpix_continuations(PIKA_WITH_MPIX_CONTINUATIONS)
if(PIKA_WITH_MPIX_CONTINUATIONS)
message(STATUS "MPIx Continuations detected")
set(PIKA_MPI_MODES_LOOP_COUNT 79)
else()
message(STATUS "MPIx Continuations not detected")
set(PIKA_MPI_MODES_LOOP_COUNT 63)
endif()

Expand Down

0 comments on commit 73f090e

Please sign in to comment.