Skip to content

Parallelization of nbody algorithm using openmp and mpi

Notifications You must be signed in to change notification settings

kawtar921/nbody

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

NBODY PARALLELIZATION

The n-body problem is the problem of predicting the individual motions of a group of celestial objects interacting with each other gravitationally.

OPENMP

The speedup on a Macbook Pro corei5 (4 cores) reached 2.3 for 3000 particles and 4 threads.

MPI

The speedup reached 1.8 for 3000 particles using 4 Linux machines.

About

Parallelization of nbody algorithm using openmp and mpi

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published