# .bashrc # Source global definitions if [ -f /etc/bashrc ]; then . /etc/bashrc fi # Uncomment the following line if you don't like systemctl's auto-paging feature: # export SYSTEMD_PAGER= # User specific aliases and functions export PATH=.:$PATH; #module load intel/intel-2016-update2; module load openmpi/openmpi-1.10.2; module load mpe2/mpe2-2.4.9b; alias pstudio='/cluster/software/intel//parallel_studio_xe_2016/vtune_amplifier_xe_2016.2.0.444464/amplxe-vars.sh'; alias start_vtune='/cluster/software/intel/parallel_studio_xe_2016/parallel_studio_xe_2016.2.062/vtune_amplifier_xe_2016/bin64/amplxe-gui'; alias cleanscratch='rm ~/scratch/*.*';