From 53d07733cd6f7c58e3e09a530a672d04038c1f5a Mon Sep 17 00:00:00 2001 From: Yifan Zhao <yifanz16@illinois.edu> Date: Sat, 27 Mar 2021 19:24:57 -0500 Subject: [PATCH] Removed a space in set_paths.sh --- hpvm/set_paths.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hpvm/set_paths.sh b/hpvm/set_paths.sh index 8c80a2a30b..d23cf03046 100644 --- a/hpvm/set_paths.sh +++ b/hpvm/set_paths.sh @@ -1,7 +1,7 @@ #!/bin/bash # These paths can be modified by the HPVM user -CUDA_TOOLKIT_PATH= # Set this to the root of your CUDA Installation +CUDA_TOOLKIT_PATH="" # Set this to the root of your CUDA Installation if [ -z "$CUDA_TOOLKIT_PATH" ] then echo "ERROR: SET CUDA_TOOLKIT_PATH to the Root of your CUDA Installation" -- GitLab