summaryrefslogtreecommitdiff
path: root/setup_environment
diff options
context:
space:
mode:
Diffstat (limited to 'setup_environment')
-rw-r--r--setup_environment2
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