|
From: <sv...@va...> - 2008-06-19 16:14:26
|
Author: bart
Date: 2008-06-19 17:14:30 +0100 (Thu, 19 Jun 2008)
New Revision: 8260
Log:
Changed cache size passed to FFT again to half of the real cache size such that the test fits again in 2 GB RAM.
Modified:
trunk/exp-drd/scripts/run-splash2
Modified: trunk/exp-drd/scripts/run-splash2
===================================================================
--- trunk/exp-drd/scripts/run-splash2 2008-06-19 12:42:43 UTC (rev 8259)
+++ trunk/exp-drd/scripts/run-splash2 2008-06-19 16:14:30 UTC (rev 8260)
@@ -175,7 +175,7 @@
)
# 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
|