From d74eae77e05673b5ac1d6fcc741ba7447019971e Mon Sep 17 00:00:00 2001 From: Vivek Kale <11766050+vlkale@users.noreply.github.com> Date: Tue, 19 Mar 2024 11:40:36 -0700 Subject: [PATCH] Update CMakeLists.txt: put add'l env variables --- tests/sampler/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/sampler/CMakeLists.txt b/tests/sampler/CMakeLists.txt index 7a6bcd47e..7a8f5432b 100644 --- a/tests/sampler/CMakeLists.txt +++ b/tests/sampler/CMakeLists.txt @@ -2,6 +2,6 @@ kp_add_executable_and_test( TARGET_NAME test_sampler_randomizedsampling SOURCE_FILE test_randomized_sampling.cpp KOKKOS_TOOLS_LIBS kp_kokkos_sampler - KOKKOS_TOOLS_SAMPLER_VERBOSE 2 - KOKKOS_TOOLS_SAMPLER_SKIP 101 + KOKKOS_TOOLS_SAMPLER_VERBOSE 1 + KOKKOS_TOOLS_GLOBALFENCES 1 )