ukri-excalibur / excalibur-tests

Performance benchmarks and regression tests for the ExCALIBUR project
https://ukri-excalibur.github.io/excalibur-tests/
Apache License 2.0
19 stars 16 forks source link

Implement Grid stencil in HPCG benchmark #224

Closed tkoskela closed 7 months ago

tkoskela commented 1 year ago

The current implementation(s) of the HPCG benchmark are in the local spack repo. The three implementations there are

hpcg_original: Standard HPCG benchmark solving Poisson's equation in 3D with a 27pt stencil using CSR sparse matrix hpcg_stencil: Modified matrix-free implementation of HPCG benchmark solving Poisson's equation in 3D with a hard-coded 27pt stencil hpcg_lfric: Modified (?) implementation of HPCG benchmark solving a different problem with an LFric stencil.

TODO: @christophermaynard to contact Grid developers and add references/code for Grid stencil

tkoskela commented 7 months ago

Closing this due to lack of time on both our and Chris's side.