Bruno Turcksin

Results 241 comments of Bruno Turcksin

CI is failing ``` 33: [ RUN ] OPENACC.IncrTest_05_reduction 33: unknown file: Failure 33: C++ exception with description "Kokkos::Impl::ParallelFor< OpenACC > can not be executed with a range

@crtrott I have fixed `concurrency`. By default, the behavior is unchanged but you can pass an execution space if you have use `partition_space`. I have added a mutex and locks...

/retest-this-please

I thought we agreed to enable this only for one HIP build (this is the title of the PR BTW). Why did you enable it for all the backend?

I've fixed a similar problem before. If there is an overflow here there is a chance that it happens at other places https://github.com/kokkos/kokkos/pull/4570

[Here](https://github.com/Rombur/dealii/commit/ab41cb6813f6a06e10cd6efe2897063c23c02df5#diff-609b295dde73e1cdce24e0b668eba5394abf77065099769a04b981e70706a74a) is the commit containing the file. Like I said if you use distributed Vector then the code crashes even earlier, even one processor. It's not a big for me...

I see that makes sense. Personally, I only care about `FE_Nothing`. I'd be happy to work on it but I will need some guidance.