2020.11.04 Meeting Notes - parthenon-hpc-lab/parthenon GitHub Wiki
Agenda
- Individual/group updates
- Review non-WIP PRs
Individual/group updates
LANL CS
Andrew
- Darwin Project space setup now
- Fixed warnings in nvcc_wrapper
Josh Brown
- CI is now running on all merges
- Fixed some issues with python hdf5
- Refactored PLM functions, but put on hold after discussion
Sriram
- Restart has been fixed w.r.t. reflective boundaries https://github.com/lanl/parthenon/pull/311
LANL Physics
Josh new container/MeshBlockData interface.
Josh integrated a lua script for problem generator in internal code. Consensus is that this could/should be moved into Parthenon.
Jonah has been pushing on boundary conditions - needs more flexible conditions.
Ben has been working to figure out how to reconcile particles with MeshBlockPack.
AthenaPK
Finishing up MeshBlockData PR - people are generally happy with the API.
Hit some new mysterious host-device copies. Turns out they were introduced by the profiler.
Tests check that no host-device copies after initialization.
Discussion
-Werror? -Wall?
Consensus seems to be that we should apply -Werror to nvcc builds, potentially do more in the future.