Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove some unused executables #894

Merged
merged 1 commit into from
Feb 25, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

Loading