diff options
| author | Ayub Gubran <[email protected]> | 2011-10-25 11:29:28 -0800 |
|---|---|---|
| committer | Andrew Boktor <[email protected]> | 2014-08-14 13:18:23 -0700 |
| commit | de8e00b3fa36edcf7b8f5452501eff8bc0cdc70f (patch) | |
| tree | 67512edd29af9ff88be4b421c199523db5cea84a /setup_enviroment | |
| parent | 286e3535c65aed0744f69fee66d4f222279b8a82 (diff) | |
Undoing the rest of files mistakly changed in CL10695, this change completes the work of CL10697 which undone the changes to one file (stream_manager.cc). Here I undo the changes for 4 make files and more importantly the setup_enviroment file where I uncommented the include path of openCL as the case before CL10695, and I kept Tim changes to the CUDA path done later in CL10723 which he made originally to undo the work I did but didn't uncommet the openCL path which I do here.
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 10730]
Diffstat (limited to 'setup_enviroment')
| -rw-r--r-- | setup_enviroment | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setup_enviroment b/setup_enviroment index 0977566..d3d56f6 100644 --- a/setup_enviroment +++ b/setup_enviroment @@ -10,7 +10,7 @@ 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 |
