Daniel Arndt

Results 771 comments of Daniel Arndt

An easy fix would be to just replace the unqualified operator names by `Sacado::MP` prefixed ones in the test but it's probably worth figuring out why ADL is not working...

https://github.com/trilinos/Trilinos/pull/10779 should fix this.

The relevant code is https://github.com/kokkos/kokkos-kernels/blob/1f7a45e00f5be82c87ff74bf14b7d217b37c985b/src/common/KokkosKernels_ExecSpaceUtils.hpp#L212-L260 Do you specify the architecture to be an Intel GPU (and thus implicitly defining `KOKKOS_ARCH_INTEL_GPU`)?

At the moment, `ArborX` only uses the Host execution space and it's the only dependency using `Kokkos`. Thus, there is not much of a point configuring the `Kokkos` library used...

``` //Include all deal.II header file #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include...

That test doesn't detect anything here. If I am not mistaken, the dofs in question here are not locally active.

IIRC, the configure files are parsed in alphabetical order so you need to rename it to something like `configure_1_superlu_mt.cmake`.