Skip to content

C MPI + OpenMP implementation of n-body simulation.

Notifications You must be signed in to change notification settings

jfdev001/parallel-nbody

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MPI + OpenMP assignment for the Parallel Programming Practical (PPP) course at Vrije Universiteit.

Performs an n-celestial body simulation that is accelerated using both MPI and optionally OpenMP. See the contents below for a description of folders.

Content:

  • nbody/ Contains sequential version of the N-body algorithm Create parallel version of the N-body algorithm there and name it nbody-par.
  • docs/ Report on findings for speedups and efficiency.
  • bin/ Contains nbody-sanity-check (comparison with expected output) as well as testing scripts.

References

About

C MPI + OpenMP implementation of n-body simulation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published