merged changes from server

This commit is contained in:
2017-11-20 01:46:06 -05:00
8 changed files with 243 additions and 49 deletions

View File

@@ -129,6 +129,8 @@ if ! shopt -oq posix; then
fi
fi
TERM=xterm-256color
# Junit setup
export JUNIT_HOME=/home/andrei/.junit
export CLASSPATH=$JUNIT_HOME/junit4.12.jar:$JUNIT_HOME/hamcrest-core-1.3.jar
@@ -137,3 +139,9 @@ export CLASSPATH=$JUNIT_HOME/junit4.12.jar:$JUNIT_HOME/hamcrest-core-1.3.jar
export VISUAL=vim
export EDITOR="$VISUAL"
export PATH=/usr/local/cuda-8.0/bin${PATH:+:${PATH}}
export LD_LIBRARY_PATH=/usr/local/cuda-8.0/lib64${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}
export LD_LIBRARY_PATH=/usr/local/cuda-8.0/lib${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/usr/local/cuda/lib64:/usr/lib/nvidia-384:/usr/local/cuda/extras/CUPTI/lib64"
export CUDA_HOME=/usr/local/cuda