From bfb85d3cb43aa20092e54dfb93b3a1da41a15303 Mon Sep 17 00:00:00 2001 From: Stan Moore Date: Tue, 22 Dec 2020 14:37:34 -0700 Subject: [PATCH] Fix typo in docs --- doc/src/Speed_kokkos.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/Speed_kokkos.rst b/doc/src/Speed_kokkos.rst index da483567b3..e7724eb229 100644 --- a/doc/src/Speed_kokkos.rst +++ b/doc/src/Speed_kokkos.rst @@ -243,7 +243,7 @@ speedup (see the KOKKOS :doc:`package ` command). Using CUDA MPS is recommended in this scenario. Using a GPU-aware MPI library is highly recommended. GPU-aware MPI use can be -avoided by using :doc:`-pk kokkos gpu/aware no `. As above for +avoided by using :doc:`-pk kokkos gpu/aware off `. As above for multi-core CPUs (and no GPU), if N is the number of physical cores/node, then the number of MPI tasks/node should not exceed N.