Skip to content

Commit

Permalink
short section in build page about the advanced options
Browse files Browse the repository at this point in the history
  • Loading branch information
JBludau committed Dec 17, 2024
1 parent 1f9d5c1 commit afe39d9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/source/building.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ There are numerous device backends, options, and architecture-specific optimizat
````
which activates the OpenMP backend. All the options controlling device backends, options, architectures, and third-party libraries (TPLs) are given in [CMake Keywords](../keywords).

## Advanced Build Options

Kokkos allows projects to specify if they want Kokkos to set the `CXX` compiler in a way that allows the build system to work independent of the used backend.
This is controlled via the options `Kokkos_GLOBAL_COMPILATION` and `Kokkos_FORCE_COMPILER_LAUNCHER` described in the [CMake Keywords](../keywords).
Additionally there are minimal working examples in the `example` folder.

## Known Issues<a name="KnownIssues"></a>

Expand Down

0 comments on commit afe39d9

Please sign in to comment.