From b29506a9021f12590ddc0eac2a4bffd582af09a1 Mon Sep 17 00:00:00 2001 From: Tor Aamodt Date: Sun, 29 Jul 2012 09:53:27 -0800 Subject: testing submission policy checking script; enable CUDA 4.2 for testing [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 13576] --- setup_environment | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup_environment') diff --git a/setup_environment b/setup_environment index dbac7c6..28fd2d6 100644 --- a/setup_environment +++ b/setup_environment @@ -38,7 +38,7 @@ fi 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 4000 -o $CUDA_VERSION_NUMBER -lt 2030 ]; then +if [ $CUDA_VERSION_NUMBER -gt 4020 -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; fi -- cgit v1.3