Skip to content

Commit

Permalink
Merge pull request #3498 from vicentebolea/remove-kokkosview-example
Browse files Browse the repository at this point in the history
kokkos,cmake: remove kokkosview example
  • Loading branch information
vicentebolea authored Feb 21, 2023
2 parents 937662d + bd57405 commit 2d4f6c5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 194 deletions.
9 changes: 0 additions & 9 deletions examples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,3 @@ endif()
if(ADIOS2_HAVE_CUDA OR ADIOS2_HAVE_Kokkos_CUDA)
add_subdirectory(cuda)
endif()

if(ADIOS2_HAVE_Kokkos)
add_subdirectory(kokkos)
elseif(ADIOS2_HAVE_CUDA)
find_package(Kokkos QUIET)
if(Kokkos_FOUND)
add_subdirectory(kokkos)
endif()
endif()
13 changes: 0 additions & 13 deletions examples/kokkos/CMakeLists.txt

This file was deleted.

172 changes: 0 additions & 172 deletions examples/kokkos/kokkosWriteRead.cpp

This file was deleted.

0 comments on commit 2d4f6c5

Please sign in to comment.