# HG changeset patch # User huston@80426f53-59d1-405d-934b-f07cd76f4a1a # Date 1239485098 0 # Node ID 3d0de329a8502e15bb36e03c89011adb0d048e78 # Parent 6ffd3fb73f7f927249c0ecfaf3dad3e60a28fb7c Merged in new lines for network environment at work diff -r 6ffd3fb73f7f -r 3d0de329a850 .bashrc --- 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($|:)" ]] || \