Skip to content

Commit

Permalink
Add a newline between the blocks explaining the superscripts for read…
Browse files Browse the repository at this point in the history
…ability.
  • Loading branch information
rb214678 committed Jun 18, 2024
1 parent e00d86d commit b18b496
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/source/ProgrammingGuide/Initialization.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b18b496

Please sign in to comment.