Hello all,
I'm pretty new to Linux and OpenCL. Really needs some help here.
I got --- Linux RedHat (on Amazon EC2)
I was following --- Intel OpenCL sdk release notes
I download "intel_sdk_for_ocl_applications_2014_4.4.0.117_x64.tgz" and there's only two .rpm file inside.
In other words, There's no such "opencl-base", "opencl-intel-cpu", "opencl-intel-mic" rpm files. Where can I get them?
Then, I tried to do # ./install-cpu.sh
It turns out an dependency error:
error: Failed dependencies: opencl-1.2-base >= 1:4.4.0.117 is needed by opencl-1.2-devel-1:4.4.0.117-1.x86_64 opencl-1.2-base >= 1:4.4.0.117 is needed by opencl-1.2-intel-devel-1:4.4.0.117-1.x86_64 opencl-1.2-intel-cpu >= 1:4.4.0.117 is needed by opencl-1.2-intel-devel-1:4.4.0.117-1.x86_64 lsb-core-amd64 >= 4.0 is needed by opencl-1.2-intel-devel-1:4.4.0.117-1.x86_64 libOpenCL.so.1()(64bit) is needed by opencl-1.2-intel-devel-1:4.4.0.117-1.x86_64 libOpenCL.so.1(OPENCL_1.0)(64bit) is needed by opencl-1.2-intel-devel-1:4.4.0.117-1.x86_64 libOpenCL.so.1(OPENCL_1.2)(64bit) is needed by opencl-1.2-intel-devel-1:4.4.0.117-1.x86_64
I tried to fix "install-cpu.sh" with the command "rpm -ivh --nodeps --force ......". This Does eliminate the error, but I don't think that is successfully installed.
I also tried to download "opencl_runtime_14.1_x64_4.4.0.117.tgz". This package contained "open-1.2-base", but it still shows
error: Failed dependencies: lsb-core-amd64 >= 4.0 is needed by opencl-1.2-base-1:4.4.0.117-1.x86_64 lsb-core-amd64 >= 4.0 is needed by opencl-1.2-intel-cpu-1:4.4.0.117-1.x86_64
One last question, how am I able to verify the installation is successful? Is there any simply test that I can run?
Sorry for the naive questions, and thank you for any help.