diff options
| author | Tim Rogers <[email protected]> | 2011-11-29 10:00:18 -0800 |
|---|---|---|
| committer | Andrew Boktor <[email protected]> | 2014-08-14 13:19:01 -0700 |
| commit | 09ea93ddb2b584c44c4360c9dc30a167a72a0b3e (patch) | |
| tree | a258bd071adb23b4b13510e5df2b9e059b9987b3 | |
| parent | aefa66be4415f197a527b1512256a3cf159b0dbb (diff) | |
Making this slightly more generic
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 11050]
| -rw-r--r-- | setup_environment | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setup_environment b/setup_environment index 7e7fdcf..a5c0007 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/taamodt/nvcuda/3.1/cuda + export CUDA_INSTALL_PATH=$HOME/nvcuda/3.1/cuda fi # to run the debug build of GPGPU-Sim run: |
