From c11b1edc1fcffe78ce0d3f6deaec6df7901a18af Mon Sep 17 00:00:00 2001 From: Stan Moore Date: Mon, 8 Apr 2019 16:35:36 -0600 Subject: [PATCH] Avoid spell checker error --- doc/src/package.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/package.txt b/doc/src/package.txt index 50dfb8d024..a9412447b8 100644 --- a/doc/src/package.txt +++ b/doc/src/package.txt @@ -431,7 +431,7 @@ value as listed below. The {neigh} keyword determines how neighbor lists are built. A value of {half} uses a thread-safe variant of half-neighbor lists, the same as used by most pair styles in LAMMPS, which is the default when running on -CPUs (i.e. CUDA backend not enabled). +CPUs (i.e. the Kokkos CUDA back end is not enabled). A value of {full} uses a full neighbor lists and is the default when running on GPUs. This performs twice as much computation as the {half}