From 7076047ec5e845829077511e8fee7424f3a5b0e6 Mon Sep 17 00:00:00 2001 From: Vivek Kale <11766050+vlkale@users.noreply.github.com> Date: Thu, 18 Apr 2024 07:48:41 -0700 Subject: [PATCH] Update README.md Co-authored-by: Daniel Arndt --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4eab3f4a0..a378f6569 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Note: `Kokkos` must be configured with `Kokkos_ENABLE_LIBDL=ON` to load profilin To use one of the tools you have to compile it, which will generate a dynamic library. Before executing the Kokkos application you then have to set the environment variable `KOKKOS_TOOLS_LIBS` to point to the dynamic library. Many of the tools will produce an output file that uses the hostname as well as the process id as part of the filename. -Use the route of either CMake or Makefile to build and run Kokkos Tools. The following provides instructions on both routes. +CMake and Makefiles are supported for building Kokkos Tools. The following provides instructions for both. ## Using cmake