From 38b1752bdae736b2b0861dd4387b0b8069697c55 Mon Sep 17 00:00:00 2001 From: "Julian M. Kunkel" Date: Thu, 25 Jun 2020 14:37:52 +0100 Subject: [PATCH] JSON issue with results. Fix for #233. --- src/ior.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ior.c b/src/ior.c index 5d1632c..e70bf1d 100755 --- a/src/ior.c +++ b/src/ior.c @@ -1303,7 +1303,6 @@ static void TestIoSys(IOR_test_t *test) /* loop over test iterations */ uint64_t params_saved_wearout = params->stoneWallingWearOutIterations; for (rep = 0; rep < params->repetitions; rep++) { - PrintRepeatStart(); /* Get iteration start time in seconds in task 0 and broadcast to all tasks */ if (rank == 0) {