From aefa66be4415f197a527b1512256a3cf159b0dbb Mon Sep 17 00:00:00 2001 From: Tor Aamodt Date: Mon, 21 Nov 2011 10:47:08 -0800 Subject: more updates -- 3.0.1 release? [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 11015] --- setup_environment | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'setup_environment') diff --git a/setup_environment b/setup_environment index 2a0b89a..7e7fdcf 100644 --- a/setup_environment +++ b/setup_environment @@ -1,12 +1,9 @@ # see README before running this # change the following to point to your installation of CUDA Toolkit -# and your installation of the NVIDIA compute SDK -export CUDA_INSTALL_PATH=/home/taamodt/nvcuda/3.1/cuda -export NVIDIA_COMPUTE_SDK_LOCATION=$HOME/NVIDIA_GPU_Computing_SDK/ - -# used in commmon/common.mk: -export NVIDIA_CUDA_SDK_LOCATION=$NVIDIA_COMPUTE_SDK_LOCATION/ +if [ ! -n "$CUDA_INSTALL_PATH" ]; then + export CUDA_INSTALL_PATH=/home/taamodt/nvcuda/3.1/cuda +fi # to run the debug build of GPGPU-Sim run: # source setup_environment debug -- cgit v1.3