changes
authorstephey <stephey>
Fri, 8 Apr 2011 06:33:01 +0000 (06:33 +0000)
committerstephey <stephey>
Fri, 8 Apr 2011 06:33:01 +0000 (06:33 +0000)
Robust/src/Benchmarks/oooJava/voronoi/TestRunner.java

index 338057430bd5ae1ddf05b5f6438987a6f116ba95..7bb621e613361d014ebfb3b07c1c61c95b0ab891 100644 (file)
@@ -44,8 +44,8 @@ public class TestRunner //Voronoi
     if(args.length < 2) {
       System.out.println("Usage: <num points> <parallel_threshold>");
       System.out.println("Recommended values:");
-      System.out.println("  Num Points:          6400000");
-      System.out.println("  Parallel_threshold:  3 for an 8 core machine.");
+      System.out.println("  Num Points:          8000000");
+      System.out.println("  Parallel_threshold:  3 for an 8 core, 6 for 24 core.");
       System.exit(-1);
     }
     int npoints           = Integer.parseInt(args[0]);