From 2fa02c741d10011805ebf6591e0cef2b82ee27b3 Mon Sep 17 00:00:00 2001 From: Tor Aamodt Date: Thu, 17 May 2012 10:22:40 -0800 Subject: - updating to use CUDA 4.0 by default - updating README to move instructions for merging changes to end and add lots of warnings [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 12622] --- setup_environment | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup_environment') diff --git a/setup_environment b/setup_environment index 4bda865..29c6b68 100644 --- a/setup_environment +++ b/setup_environment @@ -2,7 +2,7 @@ # change the following to point to your installation of CUDA Toolkit if [ ! -n "$CUDA_INSTALL_PATH" ]; then - export CUDA_INSTALL_PATH=$HOME/nvcuda/3.1/cuda + export CUDA_INSTALL_PATH=$HOME/nvcuda/4.0/cuda fi # to run the debug build of GPGPU-Sim run: -- cgit v1.3