Skip to content

Commit

Permalink
JSON issue with results. Fix for #233.
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianKunkel committed Jun 25, 2020
1 parent 0bffd14 commit 38b1752
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ior.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 38b1752

Please sign in to comment.