Mercurial > index.cgi > dotfiles
changeset 5:3d0de329a850
Merged in new lines for network environment at work
author | huston@80426f53-59d1-405d-934b-f07cd76f4a1a |
---|---|
date | Sat, 11 Apr 2009 21:24:58 +0000 |
parents | 6ffd3fb73f7f |
children | f5b253e17e34 |
files | .bashrc |
diffstat | 1 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/.bashrc Sat Apr 11 06:54:02 2009 +0000 +++ b/.bashrc Sat Apr 11 21:24:58 2009 +0000 @@ -80,6 +80,14 @@ fi done +# Add-ons for Intel compilers at work, and Condor +[[ -f /usr/peyton/intel/10.1/cc64/bin/iccvars.sh ]] && \ + . /usr/peyton/intel/10.1/cc64/bin/iccvars.sh +[[ -f /usr/peyton/intel/10.1/fc64/bin/ifortvars.sh ]] && \ + . /usr/peyton/intel/10.1/fc64/bin/ifortvars.sh +[[ -f /u/condor/condor-setup.sh ]] && \ + . /u/condor/condor-setup.sh + # Now make sure $HOME/bin is top of the list (or at least present) if [ -d $HOME/bin ]; then [[ "$PATH" =~ "(^|:)$HOME/bin($|:)" ]] || \