From: bdemsky Date: Sat, 22 Mar 2008 22:20:38 +0000 (+0000) Subject: need quotes X-Git-Tag: preEdgeChange~217 X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=83afad86ca6cb0ff0326ec70216a8d2e29d6170d;p=IRC.git need quotes --- diff --git a/Robust/src/Benchmarks/Prefetch/MatrixMultiply/MatrixMultiply.java b/Robust/src/Benchmarks/Prefetch/MatrixMultiply/MatrixMultiply.java index f35dbb25..d1d1ec1d 100644 --- a/Robust/src/Benchmarks/Prefetch/MatrixMultiply/MatrixMultiply.java +++ b/Robust/src/Benchmarks/Prefetch/MatrixMultiply/MatrixMultiply.java @@ -44,7 +44,7 @@ public class MatrixMultiply extends Thread{ } public static void main(String[] args) { - int mid1 = (128<<24)|(195<<16)|(175<<8)|73; + int mid1 = (128<<24)|(195<<16)|(175<<8)|70; int mid2 = (128<<24)|(195<<16)|(175<<8)|69; int mid3 = (128<<24)|(195<<16)|(175<<8)|71; int NUM_THREADS = 1; diff --git a/Robust/src/buildscript b/Robust/src/buildscript index 7aae93db..16087770 100755 --- a/Robust/src/buildscript +++ b/Robust/src/buildscript @@ -8,7 +8,7 @@ echo -dmalloc link in dmalloc echo -recover compile task code echo -specdir directory echo -selfloop task - this task cannot self loop forever -echo -excprefetch methoddescriptor - exclude prefetches for this method (specified as class.method) +echo "-excprefetch methoddescriptor - exclude prefetches for this method (specified as class.method)" echo -taskstate do task state analysis echo -tagstate do tag state analysis echo -scheduling do task scheduling