diff options
| author | Tim Rogers <[email protected]> | 2011-07-07 10:26:11 -0800 |
|---|---|---|
| committer | Andrew Boktor <[email protected]> | 2014-08-14 13:17:44 -0700 |
| commit | a5eb14ddc26e14a35624f7761200bab30fd06460 (patch) | |
| tree | 0849a0704c1d4c87d0a91230b543b9c578b8c7a0 | |
| parent | e238f07c894ee0c50c8a64631632b593799652b3 (diff) | |
Fixing broken integration
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 9753]
| -rw-r--r-- | setup_enviroment | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/setup_enviroment b/setup_enviroment index 796c8fc..7ecff07 100644 --- a/setup_enviroment +++ b/setup_enviroment @@ -1,4 +1,4 @@ -SIMSUBDIR=mem_divergence +SIMSUBDIR=fermi export GPGPUSIM_ROOT=$PWD @@ -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-pc08.ece.ubc.ca +export OPENCL_REMOTE_GPU_HOST=aamodt-pc05.ece.ubc.ca if [ $HF = $OPENCL_REMOTE_GPU_HOST ]; then unset OPENCL_REMOTE_GPU_HOST |
