diff options
| author | Tor Aamodt <[email protected]> | 2011-11-21 10:47:08 -0800 |
|---|---|---|
| committer | Andrew Boktor <[email protected]> | 2014-08-14 13:19:01 -0700 |
| commit | aefa66be4415f197a527b1512256a3cf159b0dbb (patch) | |
| tree | 7a8504ef4f85548574d9871a8bf5d388770492f4 /setup_environment | |
| parent | c742878c01442ff6a5da97272000f13960cc0c35 (diff) | |
more updates -- 3.0.1 release?
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 11015]
Diffstat (limited to 'setup_environment')
| -rw-r--r-- | setup_environment | 9 |
1 files changed, 3 insertions, 6 deletions
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 |
