Add Kokkos version of atom_vec_hybrid_kokkos, without CUDA support

This commit is contained in:
Stan Moore
2017-03-09 15:35:07 -07:00
parent 35e1cf1d6e
commit 6f71275db3
5 changed files with 1356 additions and 0 deletions

View File

@ -49,6 +49,7 @@ AtomKokkos::~AtomKokkos()
memory->destroy_kokkos(k_radius, radius);
memory->destroy_kokkos(k_rmass, rmass);
memory->destroy_kokkos(k_omega, omega);
memory->destroy_kokkos(k_angmom, angmom);
memory->destroy_kokkos(k_torque, torque);
memory->destroy_kokkos(k_nspecial, nspecial);