Hi all,
I'm trying to use the VTune Amplifier XE 2015 with a native code on KNC. Can you tell me if I can find a guide to the GUI with particular concern to the execution of native codes?
I created a script to wrap my code:
cd /home/cin0644a/sorella/deep/example/
export OMP_NUM_THREADS=1
export MKL_NUM_THREADS=120
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/intel/composer_xe_2015/lib/mic/:/opt/intel/composer_xe_2015/mkl/lib/mic/
/home/cin0644a/sorella/deep/bin/gfmchst-mic.x < input > output
And I run the analysis specifying this script, but when I display the results I cannot find any reference to the application. Only the vmlinuz trace is showed.
I also specified the binaries and the sources files but nothing changed.
Do you have any hint?
Thanks in advance.
Fabio