From faec221021266754fbeb9bc471f25cbad41dde3f Mon Sep 17 00:00:00 2001 From: "Andrew M. B. Boktor" Date: Fri, 23 Sep 2011 18:21:01 -0800 Subject: - 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] --- setup_enviroment | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'setup_enviroment') 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 -- cgit v1.3