Skip to content
Snippets Groups Projects
Commit 83caeb4d authored by Dan Povey's avatar Dan Povey
Browse files

Change to configure script so it will work on JHU (machine t01)

git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@1807 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
parent f5248e44
Branches
No related tags found
No related merge requests found
......@@ -237,6 +237,8 @@ function linux_configure_cuda {
CUDATKDIR=/usr/local/cuda/
elif [ -f /pkgs_local/cuda-3.2/bin/nvcc ]; then #CS.TORONTO
CUDATKDIR=/pkgs_local/cuda-3.2/
elif [ -f /opt/nvidia_cuda/cuda-5.0/bin/nvcc ]; then # t01 at JHU
CUDATKDIR=/opt/nvidia_cuda/cuda-5.0/
fi
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment