Skip to content

Commit

Permalink
Merge pull request #74 from nicoleavans/pr
Browse files Browse the repository at this point in the history
Remove references to 'Kokkos MPI' in CMakeLists, replace with 'Kokkos Comm'.
  • Loading branch information
cwpearson authored Jun 5, 2024
2 parents 2968558 + 9f885e4 commit 26eba36
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ set(KOKKOSCOMM_ENABLE_TESTS ${KokkosComm_ENABLE_TESTS} CACHE BOOL "" FORCE)
find_package(Kokkos REQUIRED)
find_package(MPI REQUIRED)

message(STATUS "Kokkos MPI: MPI_VERSION = ${MPI_VERSION}")
message(STATUS "Kokkos MPI: MPI_CXX_COMPILER = ${MPI_CXX_COMPILER}")
message(STATUS "Kokkos MPI: MPI_CXX_COMPILE_OPTIONS = ${MPI_CXX_COMPILE_OPTIONS}")
message(STATUS "Kokkos MPI: MPI_CXX_COMPILE_DEFINITIONS = ${MPI_CXX_COMPILE_DEFINITIONS}")
message(STATUS "Kokkos MPI: MPI_CXX_INCLUDE_DIRS = ${MPI_CXX_INCLUDE_DIRS}")
message(STATUS "Kokkos MPI: MPI_CXX_LINK_FLAGS = ${MPI_CXX_LINK_FLAGS}")
message(STATUS "Kokkos MPI: MPI_CXX_LIBRARIES = ${MPI_CXX_LIBRARIES}")
message(STATUS "Kokkos Comm: MPI_VERSION = ${MPI_VERSION}")
message(STATUS "Kokkos Comm: MPI_CXX_COMPILER = ${MPI_CXX_COMPILER}")
message(STATUS "Kokkos Comm: MPI_CXX_COMPILE_OPTIONS = ${MPI_CXX_COMPILE_OPTIONS}")
message(STATUS "Kokkos Comm: MPI_CXX_COMPILE_DEFINITIONS = ${MPI_CXX_COMPILE_DEFINITIONS}")
message(STATUS "Kokkos Comm: MPI_CXX_INCLUDE_DIRS = ${MPI_CXX_INCLUDE_DIRS}")
message(STATUS "Kokkos Comm: MPI_CXX_LINK_FLAGS = ${MPI_CXX_LINK_FLAGS}")
message(STATUS "Kokkos Comm: MPI_CXX_LIBRARIES = ${MPI_CXX_LIBRARIES}")


include(cmake/flags.cmake)
Expand Down

0 comments on commit 26eba36

Please sign in to comment.