Re: ATI Stream SDK
Posted by notzed on Nov 16, 2010; 1:03am
URL: https://forum.jogamp.org/ATI-Stream-SDK-tp1872773p1908416.html
Are you sure the opencl library is in the library path?
I also seem to recall at least one verison of jocl trying to open libOpenCL.so.1, but the ATI library is just called libOpenCL.so
I just created a softlink for the name issue,
ln -s libOpenCL.so.1 libOpenCL.so
And setup LD_LIBRARY_PATH to point to the ATI sdk before running anything.