fix script
authorbdemsky <bdemsky>
Thu, 29 Jan 2009 05:00:24 +0000 (05:00 +0000)
committerbdemsky <bdemsky>
Thu, 29 Jan 2009 05:00:24 +0000 (05:00 +0000)
Robust/src/Benchmarks/Prefetch/run.sh

index c473a47858ebe9979203f9640f48abf6b2addfc2..54f3b25f450943e16c711ce6806138f48ceb78b1 100755 (executable)
@@ -129,9 +129,9 @@ function callrun {
 for count in 2 4 6 8
 do
 echo "------- Running $count threads $BMDIR non-prefetch + non-cache on $count machines -----"
-#run 1 $count $NONPREFETCH_NONCACHE
+run 1 $count $NONPREFETCH_NONCACHE
 echo "------- Running $count threads $BMDIR prefetch on $count machines -----"
-#run 1 $count $PREFETCH
+run 1 $count $PREFETCH
 done
 
 cd $TOPDIR