cmu15418 / assignment3-f19

N-Body Simulation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Assignment 3: Fast N-Body Simulation

In this assignment, we will implement an approximate N-Body simulation and parallelize it on Xeon-Phi. In physics and astronomy, an N-body simulation is a simulation of a dynamical system of particles, usually under the influence of physical forces, such as gravity (see n-body problem).

About

N-Body Simulation

License:MIT License


Languages

Language:C++ 79.1%Language:Perl 19.8%Language:Makefile 1.1%