forked from lijiext/lammps
Reverting back to old kokkos view
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14921 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
c5c293d16f
commit
33ce33ce36
|
@ -444,6 +444,10 @@
|
|||
* default to use new View.
|
||||
*/
|
||||
|
||||
#undef KOKKOS_USING_EXP_VIEW
|
||||
#undef KOKKOS_USING_EXPERIMENTAL_VIEW
|
||||
#define KOKKOS_USING_DEPRECATED_VIEW
|
||||
|
||||
#if ! defined( KOKKOS_USING_EXP_VIEW )
|
||||
#if defined( KOKKOS_USING_DEPRECATED_VIEW )
|
||||
#define KOKKOS_USING_EXP_VIEW 0
|
||||
|
|
Loading…
Reference in New Issue