diff options
| author | Tim Rogers <[email protected]> | 2011-07-07 09:49:27 -0800 |
|---|---|---|
| committer | Tim Rogers <[email protected]> | 2011-07-07 09:49:27 -0800 |
| commit | 164a377e8667f65dd303dcefe078403294222e77 (patch) | |
| tree | a0445542072a3397789e6ec97daa231137c18e32 | |
| parent | fdcbf444e041bee66a121b980559120f07f6fb15 (diff) | |
A couple changes for the mem_divergence branch
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 9747]
| -rw-r--r-- | setup_enviroment | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/setup_enviroment b/setup_enviroment index 7ecff07..f0adf26 100644 --- a/setup_enviroment +++ b/setup_enviroment @@ -1,6 +1,6 @@ -SIMSUBDIR=fermi +SIMSUBDIR=mem_divergence -export GPGPUSIM_ROOT=$PWD +export GPGPUSIM_ROOT=$PWD/distribution export QTINC=/usr/include export BOOST_ROOT=/usr/include/boost @@ -16,7 +16,7 @@ export NVIDIA_CUDA_SDK_LOCATION=$NVIDIA_COMPUTE_SDK_LOCATION/ export LD_LIBRARY_PATH=$GPGPUSIM_ROOT/lib/$GPGPUSIM_CONFIG:$LD_LIBRARY_PATH export PATH=$GPGPUSIM_ROOT/bin:$CUDA_INSTALL_PATH/bin:$PATH HF=`hostname -f` -export OPENCL_REMOTE_GPU_HOST=aamodt-pc05.ece.ubc.ca +export OPENCL_REMOTE_GPU_HOST=aamodt-pc08.ece.ubc.ca if [ $HF = $OPENCL_REMOTE_GPU_HOST ]; then unset OPENCL_REMOTE_GPU_HOST |
