diff --git a/mg/cshrc b/mg/cshrc index 0e38f27..0128751 100644 --- a/mg/cshrc +++ b/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 #