no bug
authorbdemsky <bdemsky>
Fri, 25 Sep 2009 00:23:41 +0000 (00:23 +0000)
committerbdemsky <bdemsky>
Fri, 25 Sep 2009 00:23:41 +0000 (00:23 +0000)
Robust/src/Benchmarks/Prefetch/MatrixMultiply/dsm/MatrixMultiplyD.java

index fcbf8c2c42cf88d4c86d954d2dc35ef11b6922b2..da65a95e531a438cfc237c8c13f0e33143109f80 100644 (file)
@@ -164,7 +164,7 @@ public class MMul{
                }
            }
        }
-       if(tid>=0||numthreads==1) {
+       if(tid>0||numthreads==1) {
            int delta=numthreads>1?numthreads-1:1;
            int start=numthreads>1?tid-1:0;