Software Archive
Read-only legacy content
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17060 Discussions

CentOS 6.4 install parallel studio 2015 got error

Po_Chang_W_
Beginner
471 Views

Hello, everyone, I try to install Intel Parallel Studio XE 2015 on my CentOS 6.4 server, but when I run the ./install.sh, I got the error message like the following picture, my kernel is default kernel, and I installed 2013 version before, how can I fix this problem? Should I uninstall the 2013 version?

Thanks everyone! 

 

螢幕快照 2014-11-12 下午2.55.34.png

0 Kudos
1 Reply
Ron_Green
Moderator
471 Views

The error above is from VTune.  The VTune sampling driver is a kernel module that is built on your system during the installation.  Unfortunately, the VTune team is not packaging pre-built kernel drivers with their package any longer (they used to ship a variety of drivers).

SO - to build the kernel driver your system will need the kernel sources and headers.  Here is an article on this:  http://wiki.centos.org/HowTos/I_need_the_Kernel_Source

For more information on the VTune drivers, the VTune team have a page here explaining the driver: DRIVER FAQS

after the kernel-devel RPMs are installed on your system, try the installation again.

Ron

 

0 Kudos
Reply