2022/08/26 by Dhananjay Saikumar, Saikumar, Dhananjay
Computer Science · #Advanced Data Storage Technologies #Astrophysics of Galaxies (astro-ph.GA) #Distributed and Parallel Computing Systems #Earth and Planetary Astrophysics (astro-ph.EP) #FOS: Physical sciences #Parallel Computing and Optimization Techniques
paper · pdf · doi:10.48550/arxiv.2208.13562
openalex publication_date 2022/08/26 · openalex created_date 2025/10/10 · openalex updated_date 2026/07/28
Direct gravitational simulations of n-body systems have a time complexity O(n2), which gets computationally expensive as the number of bodies increases. Distributing this workload to multiple cores significantly speeds up the computation and is the fundamental principle behind parallel computing. This project simulates (evolves) our solar system for the next 1000 years (from 2015 to 3015) on the BlueCrystal supercomputer. The gravitational bodies (planets, moons, asteroids) were successfully simulated, and the initial states (mass, position and velocity vectors) of the solar system objects were obtained via NASA's JPL Horizons web interface. Two parallel computing domains are investigated: shared and distributed memory systems.