Efficient Parallelization for AMR MHD Multiphysics Calculations; Implementation in AstroBEAR
Jonathan J. Carroll-Nellenback, Brandon Shroyer, Adam Frank, Chen Ding

TL;DR
This paper presents new parallelization and memory management techniques for AMR MHD simulations in AstroBEAR, achieving better scalability and efficiency on large supercomputers through threading and distributed tree algorithms.
Contribution
The authors introduce a threading approach for level advances and a distributed tree algorithm to enhance parallelization and memory efficiency in AMR simulations.
Findings
Up to 30% performance improvement on deep simulations with few cores.
Reasonable scaling efficiency (>80%) up to 12288 cores.
Effective memory management with local AMR tree communication.
Abstract
Current Adaptive Mesh Refinement (AMR) simulations require algorithms that are highly parallelized and manage memory efficiently. As compute engines grow larger, AMR simulations will require algorithms that achieve new levels of efficient parallelization and memory management. We have attempted to employ new techniques to achieve both of these goals. Patch or grid based AMR often employs ghost cells to decouple the hyperbolic advances of each grid on a given refinement level. This decoupling allows each grid to be advanced independently. In AstroBEAR we utilize this independence by threading the grid advances on each level with preference going to the finer level grids. This allows for global load balancing instead of level by level load balancing and allows for greater parallelization across both physical space and AMR level. Threading of level advances can also improve performance by…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Data Storage Technologies · Parallel Computing and Optimization Techniques · Meteorological Phenomena and Simulations
