summaryrefslogtreecommitdiff
path: root/setup_enviroment
diff options
context:
space:
mode:
authorAndrew M. B. Boktor <[email protected]>2011-09-23 18:21:01 -0800
committerAndrew Boktor <[email protected]>2014-08-14 13:18:23 -0700
commitfaec221021266754fbeb9bc471f25cbad41dde3f (patch)
tree967eaa9fa13347449f486d7d2ba766d215dcc22b /setup_enviroment
parente13ab3f868ff0ac8b060d2891f8500f9731f3737 (diff)
- Minor change to make things simpler, basically removing all instances of
$CUDAHOME and replacing them with $CUDA_INSTALL_PATH. Removing all instances of $NVIDIA_CUDA_SDK_LOCATION with $NVIDIA_COMPUTE_SDK_LOCATION. - Some additions/changes to the README file to make it a little more intuitive. - Default values added to setup_environment to make things easier for the average user. - My first perforce submit :D [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 10401]
Diffstat (limited to 'setup_enviroment')
-rw-r--r--setup_enviroment11
1 files changed, 4 insertions, 7 deletions
diff --git a/setup_enviroment b/setup_enviroment
index 94f9d10..526322d 100644
--- a/setup_enviroment
+++ b/setup_enviroment
@@ -12,14 +12,11 @@ export BOOST_LIB=/usr/lib64
export BOOST_VER=
export NVOPENCL_LIBDIR=/usr/lib64
-# change the following to point to your installation of CUDA Toolkit
-export CUDA_INSTALL_PATH=$HOME/nvcuda/3.1/cuda
-export CUDAHOME=$HOME/nvcuda/3.1/cuda
+# change this to point to your installation of the NVIDIA compute SDK
+export NVIDIA_COMPUTE_SDK_LOCATION=~/NVIDIA_GPU_Computing_SDK
-# change these to point to your installation of the CUDA SDK
-# (you also need to build the SDK, see README)
-export NVIDIA_COMPUTE_SDK_LOCATION=$HOME/NVIDIA_GPU_Computing_SDK/
-export NVIDIA_CUDA_SDK_LOCATION=$NVIDIA_COMPUTE_SDK_LOCATION/
+# change the following to point to your installation of CUDA Toolkit
+export CUDA_INSTALL_PATH=/usr/local/cuda
# setting LD_LIBRARY_PATH as follows enables GPGPU-Sim to be invoked by
# native CUDA and OpenCL applications. GPGPU-Sim is dynamically linked