dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 067b7e03f2b67d8a02aa1f846fda5d2c01659892
parent ffa2534e23fb93113cc1b0cf173c2fc987ed2de6
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Tue, 27 Aug 2013 14:54:05 +0200

Merge branch 'master' of https://github.com/anders-dc/dotfiles

Diffstat:
M.bashrc | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/.bashrc b/.bashrc @@ -110,6 +110,13 @@ if [ `hostname` == "master" ] || # CUDA environment variables export PATH=/usr/local/cuda/bin:$PATH export LD_LIBRARY_PATH=/usr/local/cuda/lib64:/usr/local/cuda/lib:$LD_LIBRARY_PATH + + # ESyS-Particle + export PATH=/usr/local/bin/:$PATH + export LD_LIBRARY_PATH=/usr/local/lib/:$LD_LIBRARY_PATH + export LIBRARY_PATH=/usr/local/lib/:$LIBRARY_PATH + export PYTHONPATH=/usr/local/lib/python2.7/dist-packages/:$PYTHONPATH fi #source /home/adc/OpenFOAM/OpenFOAM-2.1.1/etc/bashrc +