From dd625726007b966cf870116769e0192e615d8960 Mon Sep 17 00:00:00 2001 From: "Andrew M. B. Boktor" Date: Thu, 10 Nov 2011 15:01:09 -0800 Subject: Single whitespace change to work on ubuntu [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 10884] --- setup_environment | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.3