Update Kokkos library in LAMMPS to v3.0

This commit is contained in:
Stan Moore
2020-03-25 14:08:39 -06:00
parent 0252d8c210
commit 60864e38d1
2169 changed files with 121406 additions and 126492 deletions

View File

@ -1,17 +1,17 @@
TRIBITS_ADD_EXAMPLE_DIRECTORIES(01_hello_world)
TRIBITS_ADD_EXAMPLE_DIRECTORIES(02_simple_reduce)
TRIBITS_ADD_EXAMPLE_DIRECTORIES(03_simple_view)
TRIBITS_ADD_EXAMPLE_DIRECTORIES(04_simple_memoryspaces)
TRIBITS_ADD_EXAMPLE_DIRECTORIES(05_simple_atomics)
TRIBITS_ADD_EXAMPLE_DIRECTORIES(06_simple_mdrangepolicy)
TRIBITS_ADD_EXAMPLE_DIRECTORIES(Advanced_Views)
TRIBITS_ADD_EXAMPLE_DIRECTORIES(Hierarchical_Parallelism)
KOKKOS_ADD_EXAMPLE_DIRECTORIES(01_hello_world)
KOKKOS_ADD_EXAMPLE_DIRECTORIES(02_simple_reduce)
KOKKOS_ADD_EXAMPLE_DIRECTORIES(03_simple_view)
KOKKOS_ADD_EXAMPLE_DIRECTORIES(04_simple_memoryspaces)
KOKKOS_ADD_EXAMPLE_DIRECTORIES(05_simple_atomics)
KOKKOS_ADD_EXAMPLE_DIRECTORIES(06_simple_mdrangepolicy)
KOKKOS_ADD_EXAMPLE_DIRECTORIES(Advanced_Views)
KOKKOS_ADD_EXAMPLE_DIRECTORIES(Hierarchical_Parallelism)
IF (Kokkos_ENABLE_CXX11)
TRIBITS_ADD_EXAMPLE_DIRECTORIES(01_hello_world_lambda)
TRIBITS_ADD_EXAMPLE_DIRECTORIES(02_simple_reduce_lambda)
TRIBITS_ADD_EXAMPLE_DIRECTORIES(03_simple_view_lambda)
KOKKOS_ADD_EXAMPLE_DIRECTORIES(01_hello_world_lambda)
KOKKOS_ADD_EXAMPLE_DIRECTORIES(02_simple_reduce_lambda)
KOKKOS_ADD_EXAMPLE_DIRECTORIES(03_simple_view_lambda)
ENDIF ()