Skip to content

Using the new SArray class with KOKKOS_INLINE_FUNCTION

Matt Norman requested to merge mrnorman/sarray_update into master
  • Changed SArray.h to use the new standalone YAKL class with KOKKOS_INLINE_FUNCTION.
  • Changed all SArray declarations to use the new syntax of SArray<type,rank,dim0,dim1,...> rather than SArray<type,dim0,dim1,...>.
  • Changed permissions from 755 to 644 for source files.
  • Retabbed the Solvers.h file to get rid of hard tabs

To Debug SArray index bounds, specify -DSARRAY_DEBUG in the compiler options.

Edited by Matt Norman

Merge request reports