Skip to content

Commit

Permalink
New benchamrk for DB in AMS
Browse files Browse the repository at this point in the history
Signed-off-by: Loic Pottier <[email protected]>
  • Loading branch information
lpottier committed Sep 18, 2024
1 parent 57d0560 commit 58e3091
Show file tree
Hide file tree
Showing 3 changed files with 199 additions and 126 deletions.
12 changes: 6 additions & 6 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -391,12 +391,12 @@ if (WITH_AMS_LIB)
list(APPEND AMS_BENCHMARKS_DEFINES "-D__ENABLE_PERFFLOWASPECT__")
endif()

# if (WITH_ADIAK)
# find_package(adiak REQUIRED)
# list(APPEND AMS_BENCHMARKS_DEFINES "-D__ENABLE_ADIAK__")
# list(APPEND AMS_BENCHMARKS_INCLUDES ${adiak_INCLUDE_DIR})
# list(APPEND AMS_BENCHMARKS_LIBRARIES adiak::adiak)
# endif()
if (WITH_ADIAK)
find_package(adiak REQUIRED)
list(APPEND AMS_BENCHMARKS_DEFINES "-D__ENABLE_ADIAK__")
list(APPEND AMS_BENCHMARKS_INCLUDES ${adiak_INCLUDE_DIR})
list(APPEND AMS_BENCHMARKS_LIBRARIES adiak::adiak)
endif()

add_subdirectory(benchmarks)
endif()
Expand Down
Loading

0 comments on commit 58e3091

Please sign in to comment.