summaryrefslogtreecommitdiff
path: root/setup_environment
diff options
context:
space:
mode:
authortgrogers <[email protected]>2018-02-22 15:59:37 -0500
committertgrogers <[email protected]>2018-02-22 15:59:37 -0500
commit25dcce6d91d088eb91d26fe0b6aa255090f24a4b (patch)
treea93a3fdee800218bd4449ad41fa788fe3f525eb4 /setup_environment
parent71d9ada37b64360a216dbceef5b7a26a6cab8480 (diff)
run all the configs, do 9.1 on the sdk and stop the setup environment from complaining about cuda version
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