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

Can't get VTune running

Gheibi__Sanaz
Beginner
529 Views

Hi, 

We are using a KNL system running centos Linux. We have installed a trial version of Intel Parallel Studio XE Cluster Edition for Linux on our system. Before trying to run VTune, I loaded the package using this command: "source /opt/intel/bin/compilervars.sh intel64" . Then I tried "amplxe-cl -help" but there was an error that "bash: amplxe-cl: command not found...". I don't know what is going wrong because I think VTune should be already installed and loaded. I will really appreciate your help.

Best, 

Sanaz 

0 Kudos
3 Replies
PAVEL_G_Intel
Employee
529 Views

Hi,

I think you meet with problem of dynamic loader.

Please check that you have lib64 in the root directory. I think you have only /lib. If so, just add soft link /lib64->/lib

- Pavel

0 Kudos
Vladimir_R_Intel
Employee
529 Views

Hi,

compilervars.sh doesn't set paths required for VTune usage. You need to source amplxe-vars.sh or psxevars.sh. 

BR,

Vladimir

0 Kudos
Gheibi__Sanaz
Beginner
529 Views

Thank you very much Pavel and Vladimir

lib64 existed in the root directory. The problem was not using amplxe-vars.sh. Now it works. Thank you again. 

Best, 

Sanaz 

0 Kudos
Reply