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 65f8340..55f3ea6 100644
--- a/setup_environment
+++ b/setup_environment
@@ -140,7 +140,7 @@ fi
export PTXAS_CUDA_INSTALL_PATH=$CUDA_INSTALL_PATH
echo "";
echo "----------------------------------------------------------------------------";
-echo "WARNING - If you only care about PTX execution, ignore this warning. GPGPU-Sim supports PTX execution in modern CUDA."
+echo "INFO - If you only care about PTX execution, ignore this message. GPGPU-Sim supports PTX execution in modern CUDA."
if [ $CUDA_VERSION_NUMBER -gt 4200 ]; then
echo "If you want to run PTXPLUS (sm_1x SASS) with a modern card configuration, the apps and simulator must be compiled with CUDA 4.2."
echo "You can still run a PASCAL configuration when compiling with 4.2 by setting the \$PTXAS_CUDA_INSTALL_PATH directory environment variable."