Group#

class Group(proc_ranks)[source]#

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.

Parameters:

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