Настройки Intel Studio
This commit is contained in:
parent
9b7dcfca71
commit
8e416b961d
6
env.zsh
6
env.zsh
@ -13,6 +13,8 @@ export SVDIR=$HOME/sv
|
|||||||
UNCRUSTIFY_CONFIG="${XDG_CONFIG_HOME}/uncrustify/default.cfg"
|
UNCRUSTIFY_CONFIG="${XDG_CONFIG_HOME}/uncrustify/default.cfg"
|
||||||
[ -e "${UNCRUSTIFY_CONFIG}" ] && export UNCRUSTIFY_CONFIG
|
[ -e "${UNCRUSTIFY_CONFIG}" ] && export UNCRUSTIFY_CONFIG
|
||||||
|
|
||||||
#source /opt/intel/bin/compilervars.sh intel64
|
[ -e /opt/intel/bin/compilervars.sh ] && source /opt/intel/bin/compilervars.sh intel64 > /dev/null
|
||||||
#source /opt/intel/vtune_amplifier/amplxe-vars.sh
|
[ -e /opt/intel/vtune_amplifier/amplxe-vars.sh ] && source /opt/intel/vtune_amplifier/amplxe-vars.sh > /dev/null
|
||||||
|
[ -e /opt/intel/inspector/inspxe-vars.sh ] && source /opt/intel/inspector/inspxe-vars.sh > /dev/null
|
||||||
|
[ -e /opt/intel/advisor/advixe-vars.sh ] && source /opt/intel/advisor/advixe-vars.sh > /dev/null
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user