MG: vtune scripts is fixed.

This commit is contained in:
Vahagn Khachatryan
2014-09-10 00:55:25 -07:00
parent 27e538aaf5
commit 6ba3ec2300

View File

@@ -61,13 +61,14 @@ endif
# #
# VTune # VTune
# #
if ( -x /opt/intel/vtune_amplifier_xe/amplxe-vars.sh ) then if ( -x /opt/intel/vtune_amplifier_xe/amplxe-vars.csh ) then
source /opt/intel/vtune_amplifier_xe/amplxe-vars.sh source /opt/intel/vtune_amplifier_xe/amplxe-vars.csh
setenv LM_LICENSE_FILE $LM_LICENSE_FILE\:1717@rukbat.wv.mentorg.com setenv LM_LICENSE_FILE $LM_LICENSE_FILE\:1717@rukbat.wv.mentorg.com
alias vtune amplxe-gui
endif endif
if ( -x /opt/intel/inspector_xe_2011/inspxe-vars.sh ) then if ( -x /opt/intel/inspector_xe_2011/inspxe-vars.csh ) then
source /opt/intel/inspector_xe_2011/inspxe-vars.sh source /opt/intel/inspector_xe_2011/inspxe-vars.csh
endif endif
# #