Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmadsen committed Jan 11, 2024
1 parent 84c2399 commit 934f71d
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions tests/omnitrace-kokkos-tests.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,7 @@ omnitrace_add_test(
-ME
[==[lib(gomp|m-)]==]
RUN_ARGS -i 10 -s 20 -p
ENVIRONMENT
"${_base_environment};OMNITRACE_USE_KOKKOSP=ON")
ENVIRONMENT "${_base_environment};OMNITRACE_USE_KOKKOSP=ON")

omnitrace_add_test(
SKIP_BASELINE
Expand All @@ -100,8 +99,7 @@ omnitrace_add_test(
-ME
[==[libgomp]==]
RUN_ARGS -i 10 -s 20 -p
ENVIRONMENT
"${_perfetto_environment};OMNITRACE_USE_KOKKOSP=OFF")
ENVIRONMENT "${_perfetto_environment};OMNITRACE_USE_KOKKOSP=OFF")

omnitrace_add_test(
NAME lulesh-timemory
Expand All @@ -122,6 +120,5 @@ omnitrace_add_test(
--env
OMNITRACE_TIMEMORY_COMPONENTS="wall_clock peak_rss"
RUN_ARGS -i 10 -s 20 -p
ENVIRONMENT
"${_timemory_environment};OMNITRACE_USE_KOKKOSP=OFF"
ENVIRONMENT "${_timemory_environment};OMNITRACE_USE_KOKKOSP=OFF"
REWRITE_FAIL_REGEX "0 instrumented loops in procedure")

0 comments on commit 934f71d

Please sign in to comment.