All-Pairs N-Body
This is a simple example of an all-Pairs N-Body algorithm using OpenCL for simulation.
Starting web server
cd server
python3 server.py ../data/htw.csv
Browse to http://127.0.0.1:8000
cd web
python3 -m http.server