From 3c1fb93364dac4f29338fc313929a3f183373fd8 Mon Sep 17 00:00:00 2001 From: Vivek Kale <11766050+vlkale@users.noreply.github.com> Date: Tue, 19 Mar 2024 20:52:43 -0700 Subject: [PATCH 1/3] Update CMakeLists.txt: kaeat_args --- tests/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 6588715a7..70e5bcc8c 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -49,7 +49,7 @@ function(kp_add_executable_and_test) ) else() set_property( - TEST + TEST ${kaeat_args_TARGET_NAME} APPEND PROPERTY ENVIRONMENT "KOKKOS_TOOLS_LIBS=$;" From 375ebba3e67fc7dfbc8f3c70ce7872aea6c015dd Mon Sep 17 00:00:00 2001 From: Vivek Kale <11766050+vlkale@users.noreply.github.com> Date: Tue, 19 Mar 2024 21:02:39 -0700 Subject: [PATCH 2/3] Update CMakeLists.txt: kp_kernel_logger fix --- tests/sampler/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/sampler/CMakeLists.txt b/tests/sampler/CMakeLists.txt index b0db4be06..c00e67322 100644 --- a/tests/sampler/CMakeLists.txt +++ b/tests/sampler/CMakeLists.txt @@ -1,7 +1,7 @@ kp_add_executable_and_test( TARGET_NAME test_sampler_randomizedsampling SOURCE_FILE test_randomized_sampling.cpp - KOKKOS_TOOLS_LIBS kp_kokkos_sampler + KOKKOS_TOOLS_LIBS kp_kokkos_sampler;kp_kernel_logger KOKKOS_TOOLS_LIBS2 kp_kernel_logger KOKKOS_TOOLS_SAMPLER_VERBOSE 1 KOKKOS_TOOLS_GLOBALFENCES 1 From c19c0184654b0e12d5f375a05235fa627f81d4d9 Mon Sep 17 00:00:00 2001 From: Vivek Kale <11766050+vlkale@users.noreply.github.com> Date: Tue, 19 Mar 2024 21:30:30 -0700 Subject: [PATCH 3/3] Update CMakeLists.txt: fix target file 2 --- tests/sampler/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/sampler/CMakeLists.txt b/tests/sampler/CMakeLists.txt index c00e67322..b0db4be06 100644 --- a/tests/sampler/CMakeLists.txt +++ b/tests/sampler/CMakeLists.txt @@ -1,7 +1,7 @@ kp_add_executable_and_test( TARGET_NAME test_sampler_randomizedsampling SOURCE_FILE test_randomized_sampling.cpp - KOKKOS_TOOLS_LIBS kp_kokkos_sampler;kp_kernel_logger + KOKKOS_TOOLS_LIBS kp_kokkos_sampler KOKKOS_TOOLS_LIBS2 kp_kernel_logger KOKKOS_TOOLS_SAMPLER_VERBOSE 1 KOKKOS_TOOLS_GLOBALFENCES 1