Skip to content

Commit

Permalink
WIP: tpetra wrappers + ENH: kokkos ann examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian-Diaz committed Oct 31, 2024
1 parent cdc0add commit b5a7fd9
Show file tree
Hide file tree
Showing 5 changed files with 1,285 additions and 26 deletions.
6 changes: 6 additions & 0 deletions examples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,15 @@ if (KOKKOS)
add_executable(annkokkos ann_kokkos.cpp)
target_link_libraries(annkokkos ${LINKING_LIBRARIES})

add_executable(annkokkos_compare ann_kokkos_compare.cpp)
target_link_libraries(annkokkos_compare ${LINKING_LIBRARIES})

if (Matar_ENABLE_TRILINOS)
add_executable(anndistributed ann_distributed.cpp)
target_link_libraries(anndistributed ${LINKING_LIBRARIES})

add_executable(anndistributed_crs ann_distributed_crs.cpp)
target_link_libraries(anndistributed_crs ${LINKING_LIBRARIES})
endif()

if (OPENMP)
Expand Down
Loading

0 comments on commit b5a7fd9

Please sign in to comment.