From: Bart Van Assche Date: Thu, 19 Jun 2008 16:14:30 +0000 (+0000) Subject: Changed cache size passed to FFT again to half of the real cache size such that the... X-Git-Tag: svn/VALGRIND_3_4_0~452 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31754e41fc9c7d01901600d3cab059dd2a248de9;p=thirdparty%2Fvalgrind.git Changed cache size passed to FFT again to half of the real cache size such that the test fits again in 2 GB RAM. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8260 --- diff --git a/exp-drd/scripts/run-splash2 b/exp-drd/scripts/run-splash2 index 79aa70bf10..a8eeb62f68 100755 --- a/exp-drd/scripts/run-splash2 +++ b/exp-drd/scripts/run-splash2 @@ -175,7 +175,7 @@ log2_cache_size=$(log2 ${cache_size}) ) # FFT -run_test ${SPLASH2}/codes/kernels/fft/FFT -t -l$((log2_cache_size)) -m18 +run_test ${SPLASH2}/codes/kernels/fft/FFT -t -l$((log2_cache_size/2)) -m18 # LU, contiguous blocks. run_test ${SPLASH2}/codes/kernels/lu/contiguous_blocks/LU -n1024