Skip to content

Solution for simple N Body Problem using Euler O(N^2) algorithm with visualizer in Python.

Notifications You must be signed in to change notification settings

eragoh/NBodyProblemParallelized

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 .

About

Solution for simple N Body Problem using Euler O(N^2) algorithm with visualizer in Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published