diff options
| author | Tim Rogers <[email protected]> | 2011-10-25 08:40:56 -0800 |
|---|---|---|
| committer | Andrew Boktor <[email protected]> | 2014-08-14 13:18:23 -0700 |
| commit | 1bfd7b930ccdbd758c5eec202f43e7ba7ab9c377 (patch) | |
| tree | 833098e536569ebb49a1393ddbfeec23bd6c5732 | |
| parent | dd9b39ffbc3c90e1734c09c40712825f0b782888 (diff) | |
Editing a hard coded path
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 10723]
| -rw-r--r-- | setup_enviroment | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setup_enviroment b/setup_enviroment index a90f9e0..0977566 100644 --- a/setup_enviroment +++ b/setup_enviroment @@ -16,7 +16,7 @@ export BOOST_VER= export NVIDIA_COMPUTE_SDK_LOCATION=~/NVIDIA_GPU_Computing_SDK # change the following to point to your installation of CUDA Toolkit -export CUDA_INSTALL_PATH=/home/ayub/cuda +export CUDA_INSTALL_PATH=$HOME/nvcuda/3.1/cuda # setting LD_LIBRARY_PATH as follows enables GPGPU-Sim to be invoked by # native CUDA and OpenCL applications. GPGPU-Sim is dynamically linked |
