diff options
| author | Timothy G Rogers <[email protected]> | 2018-02-22 10:23:55 -0500 |
|---|---|---|
| committer | GitHub Enterprise <[email protected]> | 2018-02-22 10:23:55 -0500 |
| commit | cc05635fc9e6db94b673401e74670dca6fa43943 (patch) | |
| tree | ac0180ec5fb467ea54cea51f9105c4c76e3ac26e /setup_environment | |
| parent | 4a94401a277342cfd0799863b1a07abc95f954c7 (diff) | |
| parent | 71d9ada37b64360a216dbceef5b7a26a6cab8480 (diff) | |
Merge pull request #7 from tgrogers/dev-purdue-integration
Dev purdue integration
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 0895d44..8a529c3 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 8000 -o $CUDA_VERSION_NUMBER -lt 2030 ]; then +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 |
