Skip to content
Snippets Groups Projects
Commit b2e10f00 authored by rttw52's avatar rttw52
Browse files

Have balance timings be the same

parent 357c1014
No related branches found
No related tags found
1 merge request!1096Balance timings
......@@ -2654,9 +2654,7 @@ void engine_step(struct engine *e) {
#ifdef WITH_MPI
double start_usertime = 0.0;
double start_systime = 0.0;
if (e->reparttype->type != REPART_NONE) {
clocks_get_cputimes_used(&start_usertime, &start_systime);
}
clocks_get_cputimes_used(&start_usertime, &start_systime);
#endif
/* Start all the tasks. */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment