Skip to content

2023.06.15 Meeting Notes

Jonah Miller edited this page Jun 15, 2023 · 2 revisions

Agenda

  • Individual/group updates
  • Next release/versioning (PG) (from last meeting)
  • Documentation (PG) (from last meeting)
  • Path forward for packs (LR/JM) (from last meeting)
  • Kokkos 4.0.1
  • review non-WIP PRs

Individual/Group Updates

PG

  • Two meetings: split talk on physics + parthenon/athena-pk. Lots of interest in Parthenon. Documentation may be high priority based on this experience. Plan to clean up documentation, get full getting started guide/FAQ.
  • Will be around next two weeks.
  • Many people not thought about exascale computing. One you show people scaling plots, then they care.
  • Status of more coord systems?

BW

  • Also at conferences with with PG
  • Still fighting ascent. Issues only on GPU.

FG

  • Getting Athena-PK sims to run on frontier. Problems with ascent.
  • Tutorial + intro to Parthenon-hydro for LANL co-design summer school. School is Type 1a burn front. Parthenon hydro. Adding Riemann solvers, singularity-eos. Gravity solver.
  • Will try to get tutorials approved to share.
  • Shengtai's coords stuff is in AthenaPK. That requires copyright approval to move out. Bottom line is PG has collaborator to start coords from scratch. All people in T-2 want curvilinear coords. Could coordinate with external person + shengtai.

BP

  • Will look again at Prolong/Restrict ops. Plans to add Olivares+ prolong ops for face-fields.

LR

  • Enthusiastic thumbs up to Ben's proposal
  • Debugging some interaction between prolongation and sparse that causes small differences in behaviour between different numbers of ranks for sparse + AMR. No issues for dense vars. Weird interaction that happens after AMR in cases where you have comms over rank boundary and you get no data in ghosts. But when the two blocks are on the same rank, you get data in the ghosts. Doesn't understand yet why that's happening.
  • More with using all face/edge/nodal fields. Added vector potential-based MHD to parthenon hydro. Seems to work very nicely for uniform meshes. Haven't tried it with AMR. Pretty sure it'll work with AMR, because div(B) automatically maintained. Hoping to put up a PR finishes up the last things required to do face/edge/nodes with AMR.
  • LANL team had discussion about what sparse/all packs should look like. PR up where packs separated into pack ops and pack descriptors. More performant since descriptors can be more expensive. Packs then can be created more efficiently. Also means users can write functions that generate pack descriptors that behave in different ways. Trying to leverage that to get riot on parthenon develop.
  • Constant derivative boundary conditions and expose generic BCs. Makes it easier to expose BCs for different fields.
  • PGrete comments that perhaps missing fence in nested/hierarchical parallelism?
  • Same-to-same communication, in parthenon develop, dealloc count was not passed around.
  • Tests caught it. Tests are good.

PM

  • Working on downstream
  • Will still try to work on comparison between parthenon AMR and athenak AMR

JMM

  • Debugging
  • Added more generic params read/write so you can restart from regression tests
  • Added read/write unit tests
  • Will re-bless gold files
  • Other people also interested since lots of people "abuse params"
  • FG suggests customizable IO for params
  • PG concerned compatibility/incompatibility between different packages. If mesh-level variables then we'd have to re-build packages. So supercharged params maybe is not clean but does do the job.
  • Forrest will look. If not done by Teusday to ping. Ben Prather will also look.

Next release/versioning

  • We often wanted to wait for releases but things always in flight
  • More tags is helpful
  • Do we want to change versioning from "numbered versions" to "year-month" just dump the code every two months
  • JMM: that seems simple which I like
  • Plan will be year-month-patch for spack
  • PG will look and then if it works out, just go for it.

Documentation

Path forward for packs

  • JMM advocates removing legacy packs
  • AthanePK also interested in type based indices
  • PG concerned about communicating 1 var vs all vars at once in a single message
  • LR confirms that seaprate variables are indeed slower
  • PG wants to work on coalescing messages
  • New packs can be used without types
  • Collaboration agrees to switch to using new packs.

Kokkos 4

  • No objections
  • Chicoma now requires Kokkos 4.
  • LANL concerns mostly satisfied.
  • Move fast. Update docker image.
  • Weave in cleaner kokkos stuff later.

Non-WIP PRS

  • PG to help BW on user work before output PR
  • Athena PK people needed for sparse pack update (FG), constant derivative boundaries (PG).
  • BP and FG to look at Params
Clone this wiki locally