summaryrefslogtreecommitdiff
path: root/setup_environment
diff options
context:
space:
mode:
authorTimothy G Rogers <[email protected]>2018-02-27 21:59:52 -0500
committerGitHub Enterprise <[email protected]>2018-02-27 21:59:52 -0500
commitcada77625208167216a874b0dcec2b2828bbf788 (patch)
treea93a3fdee800218bd4449ad41fa788fe3f525eb4 /setup_environment
parentcc05635fc9e6db94b673401e74670dca6fa43943 (diff)
parentb54bd27c45bf09068603c7d66a1d0ac201716e4d (diff)
Merge pull request #8 from tgrogers/dev-purdue-integration
run all the configs, do 9.1 on the sdk and stop the setup environment…
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 8a529c3..cd6452e 100644
--- a/setup_environment
+++ b/setup_environment
@@ -46,7 +46,7 @@ CUDA_VERSION_NUMBER=`echo $CUDA_VERSION_STRING | sed 's/\./ /' | awk '{printf("%
if [ $CUDA_VERSION_NUMBER -gt 9100 -o $CUDA_VERSION_NUMBER -lt 2030 ]; then
echo "ERROR ** GPGPU-Sim version $GPGPUSIM_VERSION_STRING not tested with CUDA version $CUDA_VERSION_STRING (please see README)";
return
-elif [ $CUDA_VERSION_NUMBER -gt 4020 ]; then
+elif [ $CUDA_VERSION_NUMBER -gt 9100 ]; then
echo "WARNING ** GPGPU-Sim version $GPGPUSIM_VERSION_STRING not fully tested with CUDA version $CUDA_VERSION_STRING (please see README)";
fi