You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: this is a very low priority issue, but I thought I would leave it for the future as KRS works its way out of Experimental.
When building Kokkos with Kokkos_ENABLE_DEBUG_BOUNDS_CHECK=ON, correct-behaving programs trigger view bounds messages and abort (happens with MPISpace and SHMEMSpace). For example, the cgsolve runs fine without bounds checking on 8 ranks:
Note: this is a very low priority issue, but I thought I would leave it for the future as KRS works its way out of Experimental.
When building Kokkos with
Kokkos_ENABLE_DEBUG_BOUNDS_CHECK=ON
, correct-behaving programs trigger view bounds messages and abort (happens with MPISpace and SHMEMSpace). For example, the cgsolve runs fine without bounds checking on 8 ranks:but not with it:
I'm pretty sure this is because it's comparing a global index against the local extent. One clue is the error doesn't happen when running with 1 rank.
The text was updated successfully, but these errors were encountered: