spdomin / Nalu

Deprecated to NaluCFD/Nalu or ExaWind/Nalu-Wind. See LICENSE for more information.
Other
28 stars 11 forks source link

ECP 4: Deploy Nalu/Kokkos algorithmic infrastructure with performance benchmarking #58

Open spdomin opened 8 years ago

spdomin commented 8 years ago

Activities:

  1. Algorithm infrastructure modification to operate on a homogeneous topology set; step 1 is to elevate std::vector resize operations to the algorithm constructor.
  2. Transition of matrix assemble algorithms to use Kokkos-based matrix apply_coefficient().
  3. Usage of Kokkos views in solver-based algorithms.