Skip to content

Change Kokkos namespace to InlineKokkos at compile time

Stéphane Del Pino requested to merge feature/kokkos-inline-handling into develop

This crappy change is done to avoid potential conflicts with third party libraries that may use another version of Kokkos (e.g. new versions of packaged PETSc embeds Trilinos which comes with its own Kokkos)

Merge request reports