Skip to content
Failed

Changes

Summary

  1. Do not require OpenMP support for languages other than CXX (commit: d434f87) (details)
  2. Threads: Don't silently allow m_instance to be a nullptr (#6969) (commit: 77ea52f) (details)
Commit d434f87e91069bc0d0af020053f4ca7c3f3b80c4 by Damien L-G
Do not require OpenMP support for languages other than CXX

Specify CXX component when searching for OpenMP so that OpenMP support
is not required for other languages with CMake.

One caveat is that finding the OpenMP dependency downstream will require
CMake minimum version of 3.10

https://cmake.org/cmake/help/latest/module/FindOpenMP.html

Co-Authored-By: Luca Bertagna <lbertag@sandia.gov>
(commit: d434f87)
The file was modified cmake/kokkos_tpls.cmake (diff)
Commit 77ea52f97685908e62e11f10fe263f51f4fc0c46 by noreply
Threads: Don't silently allow m_instance to be a nullptr (#6969)

* Threads: Don't silently allod m_instance to be a nullptr

* Assert that m_instance is not nullptr
(commit: 77ea52f)
The file was modified core/src/Threads/Kokkos_Threads_Team.hpp (diff)