Group

class Group(proc_ranks)[源代码]

Include ranked nodes running collective communication (See distributed).

By default collectives operate on the default group (also called WORLD) and require all processes to enter the distributed function call.

参数

proc_ranks – rank list of the group, the first one is root rank.