MG: vtune scripts is fixed.
This commit is contained in:
9
mg/cshrc
9
mg/cshrc
@@ -61,13 +61,14 @@ endif
|
||||
#
|
||||
# VTune
|
||||
#
|
||||
if ( -x /opt/intel/vtune_amplifier_xe/amplxe-vars.sh ) then
|
||||
source /opt/intel/vtune_amplifier_xe/amplxe-vars.sh
|
||||
if ( -x /opt/intel/vtune_amplifier_xe/amplxe-vars.csh ) then
|
||||
source /opt/intel/vtune_amplifier_xe/amplxe-vars.csh
|
||||
setenv LM_LICENSE_FILE $LM_LICENSE_FILE\:1717@rukbat.wv.mentorg.com
|
||||
alias vtune amplxe-gui
|
||||
endif
|
||||
|
||||
if ( -x /opt/intel/inspector_xe_2011/inspxe-vars.sh ) then
|
||||
source /opt/intel/inspector_xe_2011/inspxe-vars.sh
|
||||
if ( -x /opt/intel/inspector_xe_2011/inspxe-vars.csh ) then
|
||||
source /opt/intel/inspector_xe_2011/inspxe-vars.csh
|
||||
endif
|
||||
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user