kokkos / kokkos-tutorials

Tutorials for the Kokkos C++ Performance Portability Programming Ecosystem
Other
286 stars 96 forks source link

Bump CMake minimum requirement 3.10 -> 3.16 in the exercises #64

Closed dalg24 closed 1 year ago

dalg24 commented 1 year ago

CMake v3.16 is the current minimum version required for both Kokkos Core and Kokkos Kernels. Requiring something more recent than 3.12 enables specifying where to find Kokkos via -DKokkos_ROOT=/path/to/kokkos/install which is slightly better than going through CMAKE_PREFIX_PATH.

Drop unnecessary/undesirable code to help with finding Kokkos and KokkosKernels.