Daniel Arndt

Results 790 comments of Daniel Arndt

> Here is the Kokkos PR: [kokkos/kokkos#5491](https://github.com/kokkos/kokkos/pull/5491). I still don't know what to do on the Trilinos side. I can create a PR with just the Sacado change, but that...

> Just FYI, we had #460. It was in complete state, except for the fact that the Serial was slower. We should probably discuss this at the meeting then.

> Does ArborX requiring C++17 mean that we require C++17 from Kokkos? I didn't think so. So I'm not sure that we can use this approach until the minimum Kokkos...

> @masterleinad Can you please check whether xSDK builds Trilinos with C++17, or whether there are plans to do that? https://github.com/xsdk-project/spack-xsdk/blob/develop/var/spack/repos/builtin/packages/xsdk/package.py currently shows that they are building with C++14 support....

I just have problems running `CMake` using `MPI` then.

With `-fsanitize=leak` and surpressing errors for `libopenpal.so`(no `CUDA`), I currently see: ``` SUMMARY: LeakSanitizer: 33065 byte(s) leaked in 407 allocation(s). 13: #1 0x7fab0e05a547 () 13: 13: Indirect leak of 80...

This should work now replaying the found matches on the remote MPI rank and communicating the results back. Currently, I don't treat the default callback special to validate that this...