kokkos / kokkos-comm

Experimental MPI Wrapper for Kokkos
https://kokkos.org/kokkos-comm/
Other
14 stars 9 forks source link

Disable building tests by default #78

Closed aprokop closed 3 months ago

aprokop commented 3 months ago

From a user's perspective, this should be OFF, as users are only interested in the core funcitonality. Otherwise, things like

    FetchContent_Declare(
      kokkoscomm
      GIT_REPOSITORY https://github.com/kokkos/kokkos-comm.git
      GIT_TAG develop
    )
    FetchContent_MakeAvailable(kokkoscomm)

would build KokkosComm tests too in user applications.