提交 eff84249 编写于 作者: M mapingshuo

test=develop

上级 76fb95fe
......@@ -99,6 +99,12 @@ class CollectiveHelper(object):
OP_ROLE_KEY: OpRole.Forward
})
def _wait(self, current_endpoint, endpoints, wait_port):
assert wait_port, "wait_port must be set, but got: {}".format(wait_port)
other_endpoints = endpoints[:]
other_endpoints.remove(current_endpoint)
wait_server_ready(other_endpoints)
def _broadcast_params(self):
block = self.startup_program.global_block()
ring_id = -1
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册