diff --git a/src/mdtest.c b/src/mdtest.c index 147cf84..f1c62a9 100644 --- a/src/mdtest.c +++ b/src/mdtest.c @@ -1420,68 +1420,7 @@ void summarize_results(int iterations) { start = stop = 0; } - /* calculate aggregates */ - if (barriers) { - double maxes[iterations]; - - - /* Because each proc times itself, in the case of barriers we - * have to backwards calculate the time to simulate the use - * of barriers. - */ - for (i = start; i < stop; i++) { - for (j=0; j maxes[j]) { - min = maxes[j]; - } - if (max < maxes[j]) { - max = maxes[j]; - } - sum += maxes[j]; - } - mean = sum / iterations; - for (j=0; j