Skip to content

Commit

Permalink
Try suppressing boost warning
Browse files Browse the repository at this point in the history
  • Loading branch information
masterleinad committed Jun 3, 2020
1 parent d21337c commit 22ed80e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions benchmarks/bvh_driver/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ find_package(Threads REQUIRED)
add_executable(ArborX_BoundingVolumeHierarchy.exe bvh_driver.cpp)
target_link_libraries(ArborX_BoundingVolumeHierarchy.exe ${ArborX_TARGET} benchmark::benchmark Boost::program_options Threads::Threads)
target_include_directories(ArborX_BoundingVolumeHierarchy.exe PRIVATE ${POINT_CLOUDS_INCLUDE_DIR} ${UNIT_TESTS_INCLUDE_DIR})
target_compile_options(ArborX_BoundingVolumeHierarchy.exe "-Xcudafe --diag_suppress=esa_on_defaulted_function_ignored")
add_test(NAME ArborX_BoundingVolumeHierarchy_Benchmark COMMAND ./ArborX_BoundingVolumeHierarchy.exe --buffer=0 --benchmark_color=true)
1 change: 1 addition & 0 deletions benchmarks/distributed_tree_driver/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
add_executable(ArborX_DistributedTree.exe distributed_tree_driver.cpp)
target_link_libraries(ArborX_DistributedTree.exe ArborX Boost::program_options)
target_include_directories(ArborX_DistributedTree.exe PRIVATE ${CMAKE_SOURCE_DIR}/benchmarks/point_clouds)
target_compile_options(ArborX_DistributedTree.exe "-Xcudafe --diag_suppress=esa_on_defaulted_function_ignored")
add_test(NAME ArborX_DistributedTree_Benchmark COMMAND ${MPIEXEC_EXECUTABLE} ${MPIEXEC_NUMPROC_FLAG} ${MPIEXEC_MAX_NUMPROCS} ${MPIEXEC_PREFLAGS} ./ArborX_DistributedTree.exe ${MPIEXEC_POSTFLAGS})

0 comments on commit 22ed80e

Please sign in to comment.