Skip to content

Commit

Permalink
Add missing command line option --kokkos-device-id (#541)
Browse files Browse the repository at this point in the history
  • Loading branch information
tpadioleau authored Jun 13, 2024
1 parent 91bd01c commit b0b471b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/source/ProgrammingGuide/Initialization.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ Table 5.1: Command-line options for Kokkos::initialize
- allow Kokkos to autotune policies and declare tuning features through the tuning system. If left off, Kokkos uses heuristics.
* - --kokkos-num-threads=INT
- specify total number of threads to use for parallel regions on the host
* - --kokkos-device-id=INT
- specify device id to be used by Kokkos
* - --kokkos-map-device-id-by=(random\|mpi_rank), default: mpi_rank
- strategy to select device-id automatically from available devices: random or mpi_rank:sup:`2`
* - --kokkos-tools-libs=STR
Expand Down

0 comments on commit b0b471b

Please sign in to comment.