-
Notifications
You must be signed in to change notification settings - Fork 37
2020.11.04 Meeting Notes
Andrew Gaspar edited this page Nov 4, 2020
·
4 revisions
- Individual/group updates
- Review non-WIP PRs
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
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
.
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.
Consensus seems to be that we should apply -Werror
to nvcc builds, potentially do more in the future.