Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
rscohn2 committed Oct 2, 2023
1 parent 390df15 commit 8793e52
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 484 deletions.
13 changes: 0 additions & 13 deletions examples/mhp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@ if(ENABLE_SYCL)
add_executable(mhp_dot_product_benchmark dot_product_benchmark.cpp)
target_link_libraries(mhp_dot_product_benchmark DR::mpi cxxopts)
add_mpi_test(mhp_dot_product mhp_dot_product_benchmark 1 -n 1000)

add_executable(tile-example tile-example.cpp)
target_link_libraries(tile-example cxxopts DR::mpi)
add_mpi_test(tile-example tile-example 2)

endif()

add_executable(vector-add vector-add.cpp)
Expand All @@ -31,14 +26,6 @@ add_mhp_example(stencil-1d-array)
add_mhp_example(stencil-1d-pointer)
add_mhp_example(hello_world)

add_executable(stencil-2d-matrix stencil-2d-matrix.cpp)
target_link_libraries(stencil-2d-matrix cxxopts DR::mpi)
add_mpi_test(stencil-2d-matrix stencil-2d-matrix 2)

add_executable(stencil-2d-matrix-rows stencil-2d-matrix-rows.cpp)
target_link_libraries(stencil-2d-matrix-rows cxxopts DR::mpi)
add_mpi_test(stencil-2d-matrix-rows stencil-2d-matrix-rows 2)

if(OpenMP_FOUND)
add_executable(vector-add-ref vector-add-ref.cpp)
target_link_libraries(vector-add-ref PRIVATE MPI::MPI_CXX OpenMP::OpenMP_CXX
Expand Down
185 changes: 0 additions & 185 deletions examples/mhp/stencil-2d-matrix-rows.cpp

This file was deleted.

Loading

0 comments on commit 8793e52

Please sign in to comment.