TL;DR
PENTACLE is a high-performance, parallelized N-body simulation code designed for planet formation studies, capable of handling millions of particles with high accuracy on CPU supercomputers.
Contribution
It introduces a hybrid parallelized N-body integrator combining Hermite and Barnes-Hut algorithms, optimized for large-scale planet formation simulations on CPU clusters.
Findings
Achieves accurate simulation of planetary accretion over 10^6 years.
Demonstrates high performance and scalability on CPU supercomputers.
Provides guidelines for simulation accuracy based on timestep and cutoff radius.
Abstract
We have newly developed a Parallelized Particle-Particle Particle-tree code for Planet formation, PENTACLE, which is a parallelized hybrid -body integrator executed on a CPU-based (super)computer. PENTACLE uses a 4th-order Hermite algorithm to calculate gravitational interactions between particles within a cutoff radius and a Barnes-Hut tree method for gravity from particles beyond. It also implements an open-source library designed for full automatic parallelization of particle simulations, FDPS (Framework for Developing Particle Simulator) to parallelize a Barnes-Hut tree algorithm for a memory-distributed supercomputer. These allow us to handle million particles in a high-resolution -body simulation on CPU clusters for collisional dynamics, including physical collisions in a planetesimal disc. In this paper, we show the performance and the accuracy of PENTACLE in terms…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
