Skip to content

Instantly share code, notes, and snippets.

@sjrdc
sjrdc / Makefile
Created February 7, 2017 22:30 — forked from ddemidov/Makefile
odeint with boost.compute backend
lorenz: lorenz.cpp
g++ -o $@ $^ -std=c++11 -O3 \
-I${HOME}/work/odeint-v2 \
-I${HOME}/work/opencl/compute/include/ \
-lOpenCL -lboost_system -lboost_timer