https://github.com/dhruvsrikanth/n-body-simulation
In this repository, you will find a serial, shared-memory parallel, distributed-memory parallel and hybrid implementations of the N-body particle interaction simulation.
https://github.com/dhruvsrikanth/n-body-simulation
c cpp distributed-memory-parallel high-performance-computing mpi multithreading n-body openmp parallel-computing particle-interactions shared-memory-parallel simulation-modeling
Last synced: 6 months ago
JSON representation
In this repository, you will find a serial, shared-memory parallel, distributed-memory parallel and hybrid implementations of the N-body particle interaction simulation.
- Host: GitHub
- URL: https://github.com/dhruvsrikanth/n-body-simulation
- Owner: DhruvSrikanth
- Created: 2022-06-06T22:07:20.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-06-06T22:13:10.000Z (over 3 years ago)
- Last Synced: 2025-04-24T00:54:50.988Z (8 months ago)
- Topics: c, cpp, distributed-memory-parallel, high-performance-computing, mpi, multithreading, n-body, openmp, parallel-computing, particle-interactions, shared-memory-parallel, simulation-modeling
- Language: C++
- Homepage:
- Size: 2.73 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# N-Body Particle Interaction Simulation
In this repository, you will find a serial, shared-memory parallel, distributed-memory parallel and hybrid implementations of the N-body particle interaction simulation.
For more details, check the individual `Readme.md` files in each sub-directory.