Homec4science

Added Kokkos-like array datatype into RK4 and RHS in FixRXKokkos.

Description

Added Kokkos-like array datatype into RK4 and RHS in FixRXKokkos.

  • Created an Array class that provides stride access for operator[] w/o needing Kokkos views. This was designed to avoid the performance issues encountered with Views and sub-views throughout the RHS and ODE solver functions.

Details

Event Timeline

Christopher Stone <chris.stone@computational-science.com> committed rLAMMPS4ac7a5d1f2e6: Added Kokkos-like array datatype into RK4 and RHS in FixRXKokkos. (authored by Christopher Stone <chris.stone@computational-science.com>).Feb 13 2017, 22:33