Two things that would haver been handy at eurotug tutorial:
Some random Kokkos built as part of Trilinos was found on a user environment. If we print what Kokkos is being found at configure time, this becomes easier to diagnose.
Performance was suboptimal when moving to Kokkos::View and it took a minute to realize no optimization flag was passed to the compiler. I suggest we default to RelWithDebInfo if nothing was specified.
Two things that would haver been handy at eurotug tutorial:
Kokkos::View
and it took a minute to realize no optimization flag was passed to the compiler. I suggest we default toRelWithDebInfo
if nothing was specified.