Damien L-G

Results 491 comments of Damien L-G

I think we should make execution spaces be regular (that is add `operator==`) I am not convinced we ~~need to~~ should support anything beyond that.

Really? You choose the moment where we are down to one machine with AMD GPUs to re-enable... On a side note it does not seem like we had an issue...

It also means you will need to repeat the flags downstream

The compile line does not look right to compile OpenMPTarget code. How do you configure to build against your kokkos install?

The error message you posted is not from building Kokkos is it? From our perspective, it looks like the error is emitted from user code, the ``` In file included...

You are missing all the compile options that are needed to build against that Kokkos install. You can look in the `/usr/workspace/li50/kokkos-git/kokkos/install_lassen_omptarget/lib64/cmake/Kokkos` directory to see what these options might be.

The error message is self-explanatory. The "it is not legal to call Kokkos::finalize() twice" is enforced since #5425 Are the Tpetra not able to handle it?