remove the system.clearPrefetchCache call
[IRC.git] / Robust / src / Benchmarks / Prefetch / SOR / dsm / JGFSORBenchSizeA.java
index 23f272240cae5f3c85030fa57ba18042de244dc7..ed50e2a22947aeb2108d07d1a09a0990c6005822 100644 (file)
@@ -62,5 +62,6 @@ public class JGFSORBenchSizeA{
 
     JGFInstrumentor.addOpsToTimer("Section2:SOR:Kernel", (double) jacobi, instr.timers);
     JGFInstrumentor.printTimer("Section2:SOR:Kernel", instr.timers); 
+    System.printString("Finished\n");
   }
 }