Skip to content

Commit

Permalink
CMakeLists.txt: remove setting of global fence environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
vlkale authored Apr 11, 2024
1 parent 8aaaae9 commit 790752f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/sampler/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ kp_add_executable_and_test(
KOKKOS_TOOLS_LIBS kp_kokkos_sampler kp_kernel_logger
KOKKOS_TOOLS_SAMPLER_VERBOSE 2
KOKKOS_TOOLS_SAMPLER_SKIP 5
KOKKOS_TOOLS_GLOBALFENCES 0
)

kp_add_executable_and_test(
Expand All @@ -13,7 +12,6 @@ kp_add_executable_and_test(
KOKKOS_TOOLS_LIBS kp_kokkos_sampler kp_kernel_logger
KOKKOS_TOOLS_SAMPLER_VERBOSE 2
KOKKOS_TOOLS_SAMPLER_SKIP 5
KOKKOS_TOOLS_GLOBALFENCES 0
)

kp_add_executable_and_test(
Expand All @@ -22,5 +20,4 @@ kp_add_executable_and_test(
KOKKOS_TOOLS_LIBS kp_kokkos_sampler kp_kernel_logger
KOKKOS_TOOLS_SAMPLER_VERBOSE 2
KOKKOS_TOOLS_SAMPLER_SKIP 5
KOKKOS_TOOLS_GLOBALFENCES 0
)

0 comments on commit 790752f

Please sign in to comment.