diff options
| author | Timothy G Rogers <[email protected]> | 2018-02-27 21:59:52 -0500 |
|---|---|---|
| committer | GitHub Enterprise <[email protected]> | 2018-02-27 21:59:52 -0500 |
| commit | cada77625208167216a874b0dcec2b2828bbf788 (patch) | |
| tree | a93a3fdee800218bd4449ad41fa788fe3f525eb4 /setup_environment | |
| parent | cc05635fc9e6db94b673401e74670dca6fa43943 (diff) | |
| parent | b54bd27c45bf09068603c7d66a1d0ac201716e4d (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_environment | 2 |
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 |
