diff options
| author | Tor Aamodt <[email protected]> | 2011-07-26 11:55:18 -0800 |
|---|---|---|
| committer | Andrew Boktor <[email protected]> | 2014-08-14 13:18:22 -0700 |
| commit | 8a80834fca8e7f45569cb1eb0b0c18c1d5aa6361 (patch) | |
| tree | 6b302a7ab91c78203f2fd0afc5e5d188b4316b1a /setup_enviroment | |
| parent | a7e48367e84f3971809eef68efb84cb3d0a74ad9 (diff) | |
fixup some dangling references
update README and CHANGES to hopefully anticipate most basic questions we'll see
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 9880]
Diffstat (limited to 'setup_enviroment')
| -rw-r--r-- | setup_enviroment | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/setup_enviroment b/setup_enviroment index 2cd8a9c..73fb7c1 100644 --- a/setup_enviroment +++ b/setup_enviroment @@ -1,5 +1,5 @@ -#export GPGPUSIM_CONFIG=release -export GPGPUSIM_CONFIG=debug +export GPGPUSIM_CONFIG=release +#export GPGPUSIM_CONFIG=debug SIMSUBDIR=fermi @@ -11,8 +11,8 @@ export BOOST_LIB=/usr/lib64 export BOOST_VER= export NVOPENCL_LIBDIR=/usr/lib64 -export CUDA_INSTALL_PATH=$HOME/nvcuda/4.0/cuda -export CUDAHOME=$HOME/nvcuda/4.0/cuda +export CUDA_INSTALL_PATH=$HOME/nvcuda/3.1/cuda +export CUDAHOME=$HOME/nvcuda/3.1/cuda export NVIDIA_COMPUTE_SDK_LOCATION=$HOME/NVIDIA_GPU_Computing_SDK/ export NVIDIA_CUDA_SDK_LOCATION=$NVIDIA_COMPUTE_SDK_LOCATION/ export LD_LIBRARY_PATH=$GPGPUSIM_ROOT/lib/$GPGPUSIM_CONFIG:$LD_LIBRARY_PATH |
