cmu15418 / assignment4-nbody

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Assignment 4: Fast N-Body Simulation using MPI

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

License:MIT License


Languages

Language:C++ 73.4%Language:Perl 24.6%Language:Makefile 2.0%