Scripts and Benchmarks changed to function with 8 machines
[IRC.git] / Robust / src / Benchmarks / Prefetch / SOR / dsm / JGFSORBenchSizeD.java
index 4c3d4ae87c796ca3674399786a31963cff766b84..09616fc67fda5fc2f52042916bbd32eddc7766b5 100644 (file)
@@ -31,6 +31,9 @@ public class JGFSORBenchSizeD{
       nthreads = 1;
     }
 
+    JGFInstrumentor instr = new JGFInstrumentor();
+    JGFInstrumentor.printHeader(2,0,nthreads);
+
     JGFSORBench sor;
     atomic {
       sor = global new JGFSORBench(nthreads);