Josip Basic

Results 7 comments of Josip Basic

Again about the `VOID` issue: If you're not willing to rename the tag struct to e.g. `VOID_TAG` the following should be added to `impl/Kokkos_FunctorAnalysis.hpp`: `#undef VOID` . Proof: it was...

@crtrott we have been deploying apps compiled using clang 12 and 13, from cuda 9.2 on. I cannot say we had reports on compatibility issues. (Tho we have moved the...

Good to know, thanks. Going to test it.

Thanks @sslattery, I still need to read the code (which is neatly written!) to get the full idea, and I see we're doing things similarly (Kokkos as well). The main...

I see, thanks for the info. I don't have a problem using preCICE as shared library, rather was curious. I have to disagree with removing header-only dependencies from linking as...

@ajpowelsnl yes, confirmed (and is reason for opening this issue). I now deploy for Volta as minimum requirement :(