parthenon-hpc-lab / parthenon

Parthenon AMR infrastructure
https://parthenon-hpc-lab.github.io/parthenon/
Other
105 stars 33 forks source link

WIP: Fix regional dependencies for sub-`TaskList`s #1132

Open lroberts36 opened 1 week ago

lroberts36 commented 1 week ago

PR Summary

Currently, sublists of TaskLists do not have their regional dependencies set correctly. This results in the bug described in #1125. This PR changes TaskRegion::BuildGraph() to correctly register regional dependencies among all TaskLists and closes #1125.

PR Checklist