need quotes
authorbdemsky <bdemsky>
Sat, 22 Mar 2008 22:20:38 +0000 (22:20 +0000)
committerbdemsky <bdemsky>
Sat, 22 Mar 2008 22:20:38 +0000 (22:20 +0000)
Robust/src/Benchmarks/Prefetch/MatrixMultiply/MatrixMultiply.java
Robust/src/buildscript

index f35dbb25d79b0200dc30117fa08b13397ea8179e..d1d1ec1d10f78777553a62f8caea41bbd715194b 100644 (file)
@@ -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;
index 7aae93dbe7a89e367840b56c30a1823940a2ea7a..16087770ef485b39c97d9b1d4fcbcde97f028db0 100755 (executable)
@@ -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