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

how to start Inspector XE 2013 on linux

andrei_k_
Beginner
486 Views

i have parallel 2013. the release notes says Inspector and Advisor are included. how do i start them and is there a user guide/ thx

0 Kudos
3 Replies
Peter_W_Intel
Employee
486 Views

Inspector and adviser as two components in Intel? Parallel Studio XE product can be used after your installing the product.

For example, you can do:

$source /opt/intel/parallel_studio_xe_2013/psxevars.sh

Then you can run:

1. inspxe-cl & inspxe-gui ; for running inspector on command line or GUI

2. advixe-cl & advixe-gui; for running adviser on command line or GUI

If you are not familiar with these tools, just use GUI standalone applications which have online helpers, and "Getting start-up with ..."

Good luck. 

0 Kudos
andrei_k_
Beginner
486 Views

thx but i dont see parallel studio dir anywhere. what i have in opt/intel is: composerxe, vtune_amplifier_xe .

FYI i have Intel(R) Parallel Studio XE 2013 SP1 Update 4 for Linux

0 Kudos
Peter_W_Intel
Employee
486 Views

Can you find /opt/intel/advisor_xe_2013? Just run "source advixe-vars.sh"

Can you find /opt/intel/inspector_xe_2103? Just run "source inspxe-vars.sh"

If you cannot find them, you may not install inspector and advisor components properly, please check. (note that "source psxe-vars.sh" will establish all environments for composer, vtune, inspector and advisor).

By the way, latest product version is 2015 which is encouraged to be used, but product directories should be similar to 2013.

0 Kudos
Reply