From 5a6957fa2a45cd1856550e9426cb6bd743f19e98 Mon Sep 17 00:00:00 2001 From: tgrogers Date: Sat, 30 Jun 2018 23:25:20 -0400 Subject: oops - you should set this if it does not exist, not the other way around... --- setup_environment | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup_environment') diff --git a/setup_environment b/setup_environment index 2dafba5..f1af978 100644 --- a/setup_environment +++ b/setup_environment @@ -137,7 +137,7 @@ else echo "configured without a power model."; fi -if [ ! -z "$PTXAS_CUDA_INSTALL_PATH" ]; then +if [ -z "$PTXAS_CUDA_INSTALL_PATH" ]; then export PTXAS_CUDA_INSTALL_PATH=$CUDA_INSTALL_PATH; fi echo ""; -- cgit v1.3