Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 415 Bytes

README.md

File metadata and controls

21 lines (19 loc) · 415 Bytes

Parallel N-Body Simulations

This is a simple example of an all-Pairs N-Body algorithm using OpenCL for simulation.

Prerequisites

  • python3
  • OpenCL
  • pyopencl, websockets and numpy packages

Usage

Starting OpenCL server

cd server
python3 server.py ../data/htw.csv

Starting web server

cd web
python3 -m http.server

Browse to http://127.0.0.1:8000