Software Archive
Read-only legacy content
17061 Discussions

OpenCL rpm issues

JJK
New Contributor III
1,063 Views

Hi all,

while investigating https://software.intel.com/en-us/forums/topic/534808 I decided to install the OpenCL drivers for the Xeon Phi; I ran into two issues while installing the package opencl_runtime_14.2_x64_4.5.0.8.tgz:

  1. RPM verification fails:
    Unsatisfied dependencies for opencl-1.2-base-1:4.5.0.8-1.x86_64:
    	opencl-1.2-intel-common >= 1:4.5.0.8 is needed by opencl-1.2-base-1:4.5.0.8-1.x86_64
    

    I could not find the RPM opencl-1.2-intel-common anywhere in the instalaltion package

  2. the RPM opencl-1.2-intel-cpu-4.5.0.8-1.x86_64 has a 'verify' scriplet that fails:

    set -e;
    err=0;
    
    res=""; 
    bulk="`dirname $RPM_INSTALL_PREFIX`/opencl-1.2-4.5.0.8/lib64/libintelocl.so"; 
    size=${#bulk}; 
    stat=( $(/bin/stat --format="%s" "`dirname $RPM_INSTALL_PREFIX`/opencl-1.2-4.5.0.8/etc/intel64.icd") ); 
    [...]

    The 'stat' command is located in /usr/bin/stat on CentOS 6 and Scientific Linux.

 

 

 

0 Kudos
5 Replies
Loc_N_Intel
Employee
1,063 Views

The Intel OpenCL run-time package opencl_runtime_14.2_x64_4.5.0.8.tgz was validated with MPSS 3.3 according to https://software.intel.com/en-us/articles/opencl-runtime-release-notes . So please use the MPSS 3.3 (located at https://software.intel.com/en-us/articles/intel-manycore-platform-software-stack-mpss-archive ) if you want to install the above Intel OpenCL run-time package. Thank you.

0 Kudos
JJK
New Contributor III
1,063 Views

I will try downgrading to mpss 3.3 (with a known Bash vulnerability in it! ) but I'm 99.9% confident that it won't matter. Both issues that I reported are actually unrelated to the Xeon Phi.

 

0 Kudos
shuanshuan_b_
Beginner
1,063 Views
hello,I got the same question as yours when I try to install opencl_runtime. But when I use the install.sh to install, it remind me that the runntime does not support my Operation System, please check.
0 Kudos
TaylorIoTKidd
New Contributor I
1,063 Views

Shuanshuan,

Please elaborate. Are you having the same non Xeon Phi issues that Jan Just had?

Regards
--
Taylor
 

0 Kudos
sapet__frederic
Beginner
1,063 Views

Hello

I have downloaded the archive :

intel_sdk_for_opencl_2016_6.3.0.1904_x64.tgz

Where can I found this missing RPM ?

  opencl-1.2-intel-common
rpm -ivh opencl-1.2-base-6.3.0.1904-1.x86_64.rpm
warning: opencl-1.2-base-6.3.0.1904-1.x86_64.rpm: Header V3 RSA/SHA1 Signature, key ID 7a5a985f: NOKEY
error: Failed dependencies:
        opencl-1.2-intel-common >= 1:6.3.0.1904 is needed by opencl-1.2-base-1:6.3.0.1904-1.x86_64

Thank you.

 

0 Kudos
Reply