Bruno Turcksin
Bruno Turcksin
We had the same issue with Tensor. See https://github.com/dealii/dealii/pull/17744
Ughh it passed on my machine. My guess is that due to numerical error, ArborX is giving us results we cannot deal with. Have you tried running in debug mode?
I am in favor of bumping the minimum version of Kokkos. This would make our lives so much easier. It's really painful to support these very old versions of Kokkos....
> Don't we run into the same issue with ParallelScan? Yes, we do. I checked if we had the same issue with `parallel_for` but I forgot about `parallel_scan`. Do you...
> Is this how Adamantine works or is does it use a more complicated technique? Yes, that's basically what we are doing. We need to revisit this because currently it...
@diehlpk can you check the code too please
> Also it looks like the new exercises are not "wired in" with the rest of the tutorials. I don't understand
@pzehner I have addressed your comments
I don't have a strong opinion where we put the presentation. I separated it from the other tutorials because I thought it didn't fit our current tutorial program. @crtrott is...
I have integrated the presentation with the other modules. I have also removed the old Fortran exercise.