<div dir="ltr">Hi<div><br></div><div style>I was trying to play around with this code (<a href="https://github.com/tonyrog/cl">https://github.com/tonyrog/cl</a>) and get it going on my mac (Air, <span style="font-family:'Lucida Grande';font-size:11px">OS X 10.8.2</span>), but wasn't all that successful </div>
<div style><br></div><div style>I have some experience running erlang programs but usually bootstrapped with rebar.</div><div style><br></div><div style>I've gotten as far as getting "Trace/BPT trap: 5" as soon as i run some examples (and this error doesn't really help/tell me much)</div>
<div style><br></div><div style>It'd be really great if there would be a step by step instructions on how to get the examples running and how to set the system up in general. A lot of people use macs for development nowadays, so mac specific instructions and gotchas would be great (and i can help with this however i can)</div>
<div style><br></div><div style>here are the steps i followed:</div><div style> </div><div style>$mkdir opencl</div><div style>$cd opencl</div><div style>$git clone git://<a href="http://github.com/tonyrog/cl.git">github.com/tonyrog/cl.git</a></div>
<div style>$cd cl</div><div style>$make</div><div style>$cd examples</div><div style>$make</div><div style>$ cd ../..</div><div style>$erl -pa cl/ebin</div><div style><div>Erlang R15B03 (erts-5.9.3) [source] [64-bit] [smp:4:4] [async-threads:0] [hipe] [kernel-poll:false]</div>
<div><br></div><div>Eshell V5.9.3  (abort with ^G)</div><div>1> cl_bandwidth:test().</div><div>Trace/BPT trap: 5</div><div><br></div><div><br></div><div style>Thanks</div></div><div style><br></div></div>