fix rabit

This commit is contained in:
tqchen
2015-03-03 13:12:05 -08:00
parent 6612fcf36c
commit d4ec037f2e
2 changed files with 5 additions and 4 deletions

View File

@@ -81,6 +81,7 @@ class AllreduceMock : public AllreduceRobust {
ComboSerializer com(global_model, local_model);
AllreduceRobust::CheckPoint(&dum, &com);
}
tsum_allreduce = 0.0;
time_checkpoint = utils::GetTime();
double tcost = utils::GetTime() - tstart;
if (report_stats != 0 && rank == 0) {