Skip to content

Commit

Permalink
readme: update compile flags section
Browse files Browse the repository at this point in the history
  • Loading branch information
marenz2569 committed Dec 18, 2024
1 parent 32f0fa5 commit 4ca8199
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,10 @@ GCC (>=7) or Clang (>=9) is supported.

CMake option | Description
:---------------------------- | :----------------------------
`FIRESTARTER_BUILD_TYPE` | Can be any of `FIRESTARTER`, `FIRESTARTER_CUDA`, `FIRESTARTER_ONEAPI`, or `FIRESTARTER_HIP`. Default `FIRESTARTER`
`FIRESTARTER_LINK_STATIC` | Link FIRESTARTER as a static binary. Note, dlopen is not supported in static binaries. This option is not available on macOS or with CUDA or OneAPI enabled. Default `ON`
`FIRESTARTER_BUILD_HWLOC` | Build hwloc dependency. Default `ON`
`FIRESTARTER_BUILD_TYPE` | Can be any of `FIRESTARTER`, `FIRESTARTER_CUDA`, `FIRESTARTER_ONEAPI`, or `FIRESTARTER_HIP`. Default: `FIRESTARTER`
`FIRESTARTER_LINK_STATIC` | Link FIRESTARTER as a static binary. Note, dlopen is not supported in static binaries. This option is not available on macOS or with CUDA or OneAPI enabled. Default: `ON`
`FIRESTARTER_BUILD_HWLOC` | Build hwloc dependency. Default: `ON`
`FIRESTARTER_BUILD_TESTS` | Enable the tests. Default: `OFF`
`FIRESTARTER_FETCH_GOOGLETEST`| Fetch the GoogleTest dependency. Default: `ON`

When building `FIRESTARTER_ONEAPI` make sure that the Intel Math Kernel
Expand Down

0 comments on commit 4ca8199

Please sign in to comment.