From b18b496bff84100f8af13ea9042c726dacc8af05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Baron?= Date: Tue, 18 Jun 2024 22:13:35 +0200 Subject: [PATCH] Add a newline between the blocks explaining the superscripts for readability. --- docs/source/ProgrammingGuide/Initialization.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/ProgrammingGuide/Initialization.rst b/docs/source/ProgrammingGuide/Initialization.rst index dd72e323a..12791e18e 100644 --- a/docs/source/ProgrammingGuide/Initialization.rst +++ b/docs/source/ProgrammingGuide/Initialization.rst @@ -92,6 +92,7 @@ The values are case insensitive. :sup:`1` This is the preferred set of defaults when CUDA and OpenMP are enabled. If you use a thread-parallel host execution space, we prefer Kokkos' OpenMP backend, as this ensures compatibility of Kokkos' threads with the application's direct use of OpenMP threads. Kokkos cannot promise that its Threads backend will not conflict with the application's direct use of operating system threads. + :sup:`2` The two device-id mapping strategies are: - random: select a random device from available. - mpi_rank: select device based on a round robin assignment of local MPI ranks. Works with OpenMPI, MVAPICH, SLURM, and derived implementations. Support for MPICH was added in Kokkos 4.0