Quantcast
Channel: Intel® Software - Intel® Many Integrated Core Architecture (Intel MIC Architecture)
Viewing all articles
Browse latest Browse all 1789

Problem for VTUNE analysis on MIC

$
0
0

Dear all,

I am facing problem for doing VTUNE analysis for one of my application on MIC. i have already done VTUNE analysis of this application on xeon but want to do for xeon phi also to identify what are hotspots which are taking more time for xeon phi, as the compute time for optimized application is very less on xeon as compare to xeon phi.

when i am trying to do VTUNE analysis this error comes.

" /home/opt/ICS-2013.1.039-intel64/vtune_amplifier_xe_2013/bin64/amplxe-cl: line 1: syntax error: unexpected "("  " 

the commad i used in pbs is

mpirun -configfile config_file

where config_file is generated like this (here node name will be node no. which i get in queue).

-host <<nodename>>-mic0 -n 1 -env KMP_LIBRARY turnaround -env KMP_BLOCKTIME infinite -env KMP_STACKSIZE 64m amplxe-cl -collect knc-hotspots -result-dir ./vtune ./SeisXeon.Reduce.MIC.MPIC.Dump  ./T16.Intel.15June.3x.TTL98.job

 

(Souce for amplxe-vars is done before amplxe-cl command)

without VTUNE application runs for MIC but when try to do VTUNE analysis above error comes.

so please provide any suggestions and tell if any changes are required to do in pbs file


Viewing all articles
Browse latest Browse all 1789

Trending Articles