athenapk icon indicating copy to clipboard operation
athenapk copied to clipboard

AthenaPK: a performance portable version of Athena++ built on Parthenon and Kokkos

Results 44 athenapk issues
Sort by recently updated
recently updated
newest added

recently discovered (for rare edge cases), see https://github.com/PrincetonUniversity/athena/pull/620

bug

The current test suite (particularly with IPC turned off and with https://github.com/parthenon-hpc-lab/athenapk/pull/89 included) take way too long. Similar to Parthenon we should introduce a short and extended suite (or split...

enhancement
refactor

List of things we could clean up due to upstream additions in Parthenon: - [ ] (reflecting) boundary conditions, see also #79 and #58 - [ ] particle interpolation scheme,...

refactor

Conserved variables are currently packed by the `Metadata::Independent` flag. This works because the `cons` vars are the only independent variables at the moment. Eventually (potentially with the introduction of sparse...

refactor