summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
e2e4118)
lb_iter and comp_iter can now differ, even without bookkeeping.
XBT_INFO("Final load after %d:%d iterations: %g ; expected: %g",
lb_iter, comp_iter, real_load, expected_load);
} else {
XBT_INFO("Final load after %d:%d iterations: %g ; expected: %g",
lb_iter, comp_iter, real_load, expected_load);
} else {
- XBT_INFO("Final load after %d iterations: %g",
- lb_iter, real_load);
- if (lb_iter != comp_iter)
- XBT_WARN("lb_iter (%d) and comp_iter (%d) differ!",
- lb_iter, comp_iter);
+ XBT_INFO("Final load after %d:%d iterations: %g",
+ lb_iter, comp_iter, real_load);
}
XBT_VERB("Total computation for this process: %g", comp);
}
}
XBT_VERB("Total computation for this process: %g", comp);
}