well
authorjihoonl <jihoonl>
Thu, 18 Feb 2010 02:14:55 +0000 (02:14 +0000)
committerjihoonl <jihoonl>
Thu, 18 Feb 2010 02:14:55 +0000 (02:14 +0000)
Robust/src/Benchmarks/Recovery/MatrixMultiply/recovery/MatrixMultiply.java

index cbca98a332f78e71c4ea7b180c093c7da4da49c1..698d9df2d650f51c255563ca6e688ff8bf0e3d3d 100644 (file)
@@ -126,6 +126,7 @@ public class MatrixMultiply extends Task {
                }
     else {
       System.out.println("usage: ./MatrixMultiply.bin master <num_threads> <size of matrix> <size of subtask>");
+      System.exit(0);
     }
 
                int[] mid = new int[8];