HPCE / hpce-2018-cw3

1 stars 5 forks source link

Uncomment makefile flag for V3 to compile #94

Closed belenbarbed closed 5 years ago

belenbarbed commented 5 years ago

To be able to compile the step_world_v3_opencl, you need to uncomment line 6 of the makefile

LDLIBS += -lOpenCL

(I may be pointing out the obvious, but it took me an embarrassingly long time to debug this... maybe we can add it to the readme?)

jjd06 commented 5 years ago

Good point -- thanks!