Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 274 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 274 Bytes

N-body simulation

Simple MPI and OpenMP parallel N-body simulation

Brute-force N^2 algorithm, MPI parallelization with nearest neighbour chain Time integration with leap frog method.

Two versions are provided: one with blocking communication and one with non-blocking