diff options
| author | Ayub Gubran <[email protected]> | 2011-10-19 14:15:38 -0800 |
|---|---|---|
| committer | Andrew Boktor <[email protected]> | 2014-08-14 13:18:23 -0700 |
| commit | 03f2cd62985a4398cb6afe5066bbc92de272262a (patch) | |
| tree | f70630a306f1bb90d6fb5cfffe4d74a1c6fa2ca4 /setup_enviroment | |
| parent | 258ad919a4d584a665c1b1d40d7c5e00831d7288 (diff) | |
My last work added to the branch, wokring on the functional simulator in cudasim.
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 10695]
Diffstat (limited to 'setup_enviroment')
| -rw-r--r-- | setup_enviroment | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/setup_enviroment b/setup_enviroment index 526322d..a90f9e0 100644 --- a/setup_enviroment +++ b/setup_enviroment @@ -10,13 +10,13 @@ export QTINC=/usr/include export BOOST_ROOT=/usr/include/boost export BOOST_LIB=/usr/lib64 export BOOST_VER= -export NVOPENCL_LIBDIR=/usr/lib64 +#export NVOPENCL_LIBDIR=/usr/lib64 # change this to point to your installation of the NVIDIA compute SDK export NVIDIA_COMPUTE_SDK_LOCATION=~/NVIDIA_GPU_Computing_SDK # change the following to point to your installation of CUDA Toolkit -export CUDA_INSTALL_PATH=/usr/local/cuda +export CUDA_INSTALL_PATH=/home/ayub/cuda # setting LD_LIBRARY_PATH as follows enables GPGPU-Sim to be invoked by # native CUDA and OpenCL applications. GPGPU-Sim is dynamically linked |
