Daniel Arndt

Results 753 comments of Daniel Arndt

Just as another `cray` data point: This works fine on `spock` as well.

I updated this pull request to just use ``` IF (Kokkos_ENABLE_OPENMP) find_package(OpenMP REQUIRED) KOKKOS_EXPORT_CMAKE_TPL(OpenMP REQUIRED) target_link_libraries(kokkoscore PUBLIC OpenMP::OpenMP_CXX) ENDIF() ``` which is the same approach we use for `desul`. This...

One disadvantage of this approach would be that using different compilers for Kokkos and downstream applications causes issues when using `OpenMP` since the compiler flags for the found target might...

You will need to fix the indentation.

For dealing with ``` ptxas /tmp/TestRandomAndSort-506f8a.s, line 101085; error : Instruction 'shfl' without '.sync' is not supported on .target sm_70 and higher from PTX ISA version 6.4 ``` we had...

> @dalg24 I saw you added the InDevelop label, what PR was merged to address this issue? https://github.com/kokkos/kokkos/pull/5207

Relevant changes in this pull request: - remove pthread support (except for the trilinos mapping) - including private headers is an error - remove deprecations in `conatainers/src/Kokkos_Functional.hpp` (`first_argument` etc.) -...

> @masterleinad - do you have any thoughts about this? BTW, it does not need to be in the release. See #5624.