From b17f9ac10e6efecbc4110a0aa5d8896046932c7f Mon Sep 17 00:00:00 2001 From: Stan Gerald Moore Date: Thu, 27 Apr 2023 15:21:30 -0600 Subject: [PATCH] Small tweak to docs --- doc/src/Speed_kokkos.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/src/Speed_kokkos.rst b/doc/src/Speed_kokkos.rst index dd417d7c79..8161e69a1c 100644 --- a/doc/src/Speed_kokkos.rst +++ b/doc/src/Speed_kokkos.rst @@ -289,11 +289,11 @@ one or more nodes, each with two GPUs: The default binsize for :doc:`atom sorting ` on GPUs is equal to the default CPU neighbor binsize (i.e. 2x smaller than the - default neighbor binsize on GPUs). When running simple pair-wise + default GPU neighbor binsize). When running simple pair-wise potentials like Lennard Jones on GPUs, using a 2x larger binsize for - atom sorting (equal to the default binsize for building the neighbor - list on GPUs) and a more frequent sorting than default (e.g. sorting - every 100 time steps instead of 1000) may improve performance. + atom sorting (equal to the default GPU neighbor binsize) and a more + frequent sorting than default (e.g. sorting every 100 time steps + instead of 1000) may improve performance. .. code-block:: bash