summaryrefslogtreecommitdiff
path: root/setup_environment
diff options
context:
space:
mode:
authorsspenst <[email protected]>2016-05-12 14:26:28 -0700
committersspenst <[email protected]>2016-05-12 14:26:28 -0700
commitb5c7639bc486640db2525d1c35877c7f6cad1377 (patch)
tree0e63167674a68469449ccdfd05dcde9d0c6d9c41 /setup_environment
parent8031edb12c3585777120b141c8579d57df785941 (diff)
parentc0ed7da45b3836cefc08c6072fd183d2b33bbdeb (diff)
Merge branch 'dev' of https://github.com/ElTantawy/gpgpu-sim_distribution into dev
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 c55d71f..2684514 100644
--- a/setup_environment
+++ b/setup_environment
@@ -43,7 +43,7 @@ CC_VERSION=`gcc --version | head -1 | awk '{for(i=1;i<=NF;i++){ if(match($i,/^[0
CUDA_VERSION_STRING=`$CUDA_INSTALL_PATH/bin/nvcc --version | awk '/release/ {print $5;}' | sed 's/,//'`;
CUDA_VERSION_NUMBER=`echo $CUDA_VERSION_STRING | sed 's/\./ /' | awk '{printf("%02u%02u", 10*int($1), 10*$2);}'`
-if [ $CUDA_VERSION_NUMBER -gt 6000 -o $CUDA_VERSION_NUMBER -lt 2030 ]; then
+if [ $CUDA_VERSION_NUMBER -gt 7500 -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