comm.data_flush(false);
- if (real_load == 0.0)
- continue;
-
// send
std::for_each(neigh.begin(), neigh.end(),
bind(&process::data_send, this, _1));
+ if (real_load == 0.0)
+ continue;
+
// compute
++comp_iter;
double flops = opt::comp_cost(real_load);