MG: vtune scripts is fixed.
This commit is contained in:
9
mg/cshrc
9
mg/cshrc
@@ -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
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user