Skip to content

Commit

Permalink
Merge pull request #894 from stephenswat/cleanup/dead_execs
Browse files Browse the repository at this point in the history
Remove some unused executables
  • Loading branch information
stephenswat authored Feb 25, 2025
2 parents aeea3a3 + 55d427b commit a0ebb40
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 383 deletions.
6 changes: 0 additions & 6 deletions examples/run/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,3 @@ endif()
if (TRACCC_BUILD_ALPAKA)
add_subdirectory(alpaka)
endif()

find_package(OpenMP COMPONENTS CXX)
if (OpenMP_CXX_FOUND)
add_subdirectory(openmp)
message(STATUS "OpenMP found! Include /examples/openmp subdirectory")
endif()
6 changes: 0 additions & 6 deletions examples/run/cpu/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,6 @@ traccc_add_executable( truth_fitting_example "truth_fitting_example.cpp"
LINK_LIBRARIES vecmem::core detray::io detray::detectors traccc::core
traccc::io traccc::performance traccc::options)

traccc_add_executable( ccl_example "ccl_example.cpp"
LINK_LIBRARIES vecmem::core traccc::core traccc::io)

traccc_add_executable( tbb_task_example "tbb_task_example.cpp"
LINK_LIBRARIES TBB::tbb )

#
# Set up the "throughput applications".
#
Expand Down
165 changes: 0 additions & 165 deletions examples/run/cpu/ccl_example.cpp

This file was deleted.

43 changes: 0 additions & 43 deletions examples/run/cpu/tbb_task_example.cpp

This file was deleted.

9 changes: 0 additions & 9 deletions examples/run/openmp/CMakeLists.txt

This file was deleted.

154 changes: 0 additions & 154 deletions examples/run/openmp/par_example.cpp

This file was deleted.

0 comments on commit a0ebb40

Please sign in to comment.