diff options
| author | tgrogers <[email protected]> | 2018-06-30 12:54:21 -0400 |
|---|---|---|
| committer | tgrogers <[email protected]> | 2018-06-30 12:54:21 -0400 |
| commit | a72f1d829205b9bfc4070cbb2ff46e7d7aba1fc6 (patch) | |
| tree | fa279f2c1cbba980a9a2f628b58356edeb14a9b2 /setup_environment | |
| parent | 263fd9540b90be452640b54c19c7403c2281f3d9 (diff) | |
Cleaning up the setup env message a bit and having the simulator properly dump to stderr on error
Diffstat (limited to 'setup_environment')
| -rw-r--r-- | setup_environment | 2 |
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." |
