This commit is contained in:
Stan Moore
2018-08-10 14:23:51 -06:00
parent 8f665a5a0f
commit 165fa01a97
4 changed files with 29 additions and 54 deletions

View File

@ -211,7 +211,7 @@ with the "-DLMP_KOKKOS_USE_ATOMICS" compile switch. Most but not all
Kokkos-enabled pair_styles support data duplication. Alternatively, full
neighbor lists avoid the need for duplication or atomics but require
more compute operations per atom. When using the Kokkos Serial backend
or the OpenMP backend with a single thread, no duplication or atomics is
or the OpenMP backend with a single thread, no duplication or atomics are
used. For CUDA and half neighbor lists, the KOKKOS package always uses
atomics.