Analyzers
Talk to fellow users of Intel Analyzer tools (Intel VTune™ Profiler, Intel Advisor)
4995 Discussions

Installation problems with Cluster Studio XE for Linux

Kevin_M_3
Beginner
302 Views


I need help with identifying the missing prerequisites for installation of the Intel cluster studio. 

While running the install.sh it goes through the process of checking prerequisites and I get the following:

Either kernel source directory, C compiler, or Make command is not detected by
the installation. To build the sampling and/or power driver, set up parameters

in Advanced Options -> Driver Build Options dialog.
To install kernel headers, execute one of the following commands specific to
your operating system:
-Fedora / Red Hat Enterprise Linux
   - On a system with the default kernel, install the kernel-devel package:
     yum install kernel-devel
   - On a system with the PAE kernel, install the kernel-PAE package:
     yum install kernel-PAE-devel

I have redhat linux enterprise and tried  running the command:
yum install kernel-devel

It returns that the product was already installed.  I also tried uninstalling and reinstalling with nochange to the error

Some of the dependencies I have checked for include:

kernel-headers-2.6.32-504.el6.x86_64
abrt-addon-kerneloops-2.0.8-21.el6.x86_64
kernel-devel-2.6.32-504.el6.x86_64
libreport-plugin-kerneloops-2.0.9-19.el6.x86_64
kernel-2.6.32-431.29.2.el6.x86_64
kernel-2.6.32-431.el6.x86_64
kernel-firmware-2.6.32-431.29.2.el6.noarch
dracut-kernel-004-336.el6_5.2.noarch 
glibc-common-2.12-1.149.el6.x86_64
glibc-2.12-1.149.el6.i686
glibc-devel-2.12-1.149.el6.x86_64
glibc-static-2.12-1.149.el6.i686
dbus-glib-0.86-6.el6_4.x86_64
glib2-2.26.1-7.el6_5.x86_64
glibc-2.12-1.149.el6.x86_64
glibc-headers-2.12-1.149.el6.x86_64
glibc-static-2.12-1.149.el6.x86_64

What other dependencies should I check for ?

Does anyone know the test that is being performed on the prerequisite check?  This could help with debugging the problem.

Thank you Kevin

0 Kudos
2 Replies
Steven_L_Intel1
Employee
302 Views

I believe that this may be related to VTune Amplifier XE. I am going to move this to the Vtune forum where the experts there can help you.

0 Kudos
David_A_Intel1
Employee
302 Views

The kernel-devel package needs to match your running kernel.  What is the output of '-uname -r'?

Also, you should have the C/C++ development packages installed so that gcc and make are available.

You can complete the installation and then go to the <vtuneinstalldir>/sepdk/src directory and manually try to build the driver via the build-driver script (in general, you just need to press <Enter> in response to the prompts).  That will likely give you more details about what is not working.

0 Kudos
Reply