Skip to content

High performance particle simulation utilizing MPI and OpenMP; an assignment for the HPC course @ MIMUW

Notifications You must be signed in to change notification settings

jankopanski/Three-Body-Problem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Three-body-problem

This is an implementation of a classical three body problem for the Axilrod-Teller Potential. In order to achieve the best performance in distributed memory parallel programming model a novel algorithm for particle distribution across nodes was used:
https://www.researchgate.net/publication/282380541_A_Computation-_and_Communication-Optimal_Parallel_Direct_3-Body_Algorithm.

The code is written using hybrid MPI-OpenMP programming model.

Profilling results

Overall performance of the application

Time execution distribution

Time distribution as recorded by per hardware counter

Function call graph

About

High performance particle simulation utilizing MPI and OpenMP; an assignment for the HPC course @ MIMUW

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages