computation_time = pc.step_time() max_comp_time = pc.step_time() + pc.step_wait() avg_comp_time = pc.allreduce(computation_time, 1)/nhost load_balance = avg_comp_time/max_comp_time |
computation_time = pc.step_time() max_comp_time = pc.step_time() + pc.step_wait() avg_comp_time = pc.allreduce(computation_time, 1)/nhost load_balance = avg_comp_time/max_comp_time |