This commit is contained in:
Henrik Bakken
2020-06-15 13:32:50 +02:00
parent 761fbccaac
commit 0e06968ef8
4 changed files with 18 additions and 13 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ export PYTHONBREAKPOINT=ipdb.set_trace
# cuda stuff
export CUDA_HOME=/opt/cuda
export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${CUDA_HOME}/lib64
PATH=${CUDA_HOME}/bin:${PATH}
PATH=${CUDA_HOME}/bin:/home/hjalmarlucius/.local/bin/:${PATH}
export PATH
# MKL AMD fix