提交 ea5851fa 编写于 作者: D dongdaxiang

add comment for MPI Symetric role maker

上级 cf45c543
......@@ -72,6 +72,12 @@ class MPIRoleMaker(RoleMakerBase):
class MPISymetricRoleMaker(MPIRoleMaker):
"""
MPISymetricRoleMaker is designed for worker and server assignment
under MPI. Typically, a worker and a server node will be appointed
on each physical node. This role maker can be only used under MPI.
"""
def __init__(self):
super(MPISymetricRoleMaker, self).__init__()
self.node_type_ = None
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册