diff options
| author | Tor Aamodt <[email protected]> | 2011-07-25 10:58:50 -0800 |
|---|---|---|
| committer | Andrew Boktor <[email protected]> | 2014-08-14 13:18:22 -0700 |
| commit | 467394dc15a74595b94431e85b1dde14c9db078d (patch) | |
| tree | f5a2651bbdcc8d50ce5cab09456c23bf9a3756d4 /setup_enviroment | |
| parent | 8de79734f6f6fa7090efd5f5c6591f58f279ab5d (diff) | |
change copyright notice to include authors
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 9872]
Diffstat (limited to 'setup_enviroment')
| -rw-r--r-- | setup_enviroment | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/setup_enviroment b/setup_enviroment index e99d10c..2cd8a9c 100644 --- a/setup_enviroment +++ b/setup_enviroment @@ -1,3 +1,6 @@ +#export GPGPUSIM_CONFIG=release +export GPGPUSIM_CONFIG=debug + SIMSUBDIR=fermi export GPGPUSIM_ROOT="$( cd "$( dirname "$BASH_SOURCE" )" && pwd )" @@ -8,9 +11,8 @@ export BOOST_LIB=/usr/lib64 export BOOST_VER= export NVOPENCL_LIBDIR=/usr/lib64 -export GPGPUSIM_CONFIG=release -export CUDA_INSTALL_PATH=$HOME/nvcuda/3.1/cuda -export CUDAHOME=$HOME/nvcuda/3.1/cuda +export CUDA_INSTALL_PATH=$HOME/nvcuda/4.0/cuda +export CUDAHOME=$HOME/nvcuda/4.0/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 |
