diff options
| author | Andrew M. B. Boktor <[email protected]> | 2011-11-10 15:01:09 -0800 |
|---|---|---|
| committer | Andrew Boktor <[email protected]> | 2014-08-14 13:18:24 -0700 |
| commit | dd625726007b966cf870116769e0192e615d8960 (patch) | |
| tree | 8ca30d050edf666d4a80bb76cffe989b35351540 | |
| parent | b2b7a142e5064081e935198980864f850909fcb5 (diff) | |
Single whitespace change to work on ubuntu
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 10884]
| -rw-r--r-- | setup_environment | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setup_environment b/setup_environment index 8fde2bd..eeeb21b 100644 --- a/setup_environment +++ b/setup_environment @@ -38,7 +38,7 @@ export PATH=$GPGPUSIM_ROOT/bin:$CUDA_INSTALL_PATH/bin:$PATH # SSH to remote node to generate PTX for OpenCL kernels when running on # a node that does not have an NVIDIA driver installed. # The remote node should have GPGPU-Sim installed at the same path -if [ `hostname -d` = "ece.ubc.ca" ]; then +if [ `hostname -d` ="ece.ubc.ca" ]; then export OPENCL_REMOTE_GPU_HOST=aamodt-pc05.ece.ubc.ca if [ `hostname -f` = $OPENCL_REMOTE_GPU_HOST ]; then unset OPENCL_REMOTE_GPU_HOST |
