Open Access. Powered by Scholars. Published by Universities.®

Physical Sciences and Mathematics Commons

Open Access. Powered by Scholars. Published by Universities.®

Astrophysics and Astronomy

PDF

Student Publications

2016

Physics

Articles 1 - 1 of 1

Full-Text Articles in Physical Sciences and Mathematics

The Parallelization And Optimization Of The N-Body Problem Using Openmp And Openmpi, Nicholas J. Carugati Apr 2016

The Parallelization And Optimization Of The N-Body Problem Using Openmp And Openmpi, Nicholas J. Carugati

Student Publications

The focus of this research is exploring the efficient ways we can implement the NBody problem. The N-Body problem, in the field of physics, is a problem in which predicts or simulates the movements of planets and how they interact with each other gravitationally. For this research, we are viewing if the simulation can execute efficiently by delegating the heavy computational work through different cores of a CPU. The approach that is being used to figure this out is by integrating the parallelization API OpenMP and the message-passing library OpenMPI into the code. Rather than all the code executing on …