-
Create your build directory and go to it
-
Type
ccmake ..and change any options, including tools you want turned on (some are by default off). (Optional) -
Type
cmake .. -
Type
make -
Specify the generated .dylib file in the environment variable KOKKOS_TOOLS_LIBRARY when running your Kokkos-based application.
-
Go into the directory of the particular tool, e.g.,
cd debugging/kernel_logger -
Type
make -
Specify the generated .so file in the environment variable KOKKOS_TOOLS_LIBRARY when running your Kokkos-based application.