Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 256 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 256 Bytes

NBodyProblemParallelized

Solution for simple N Body Problem using Euler O(N^2) algorithm with visualizer in Python. Project aims to compare OpenMP and CUDA performance.

to build:

mkdir build

cd build

cmake ..

cmake --build .