mpi4py.MPI.Intercomm¶
- class mpi4py.MPI.Intercomm¶
Bases:
Comm
Intercommunicator.
Methods Summary
Create_from_groups
(local_group, ...[, ...])Create communicator from group.
Access the remote group associated with the inter-communicator.
Intercommunicator remote size.
Merge
([high])Merge intercommunicator into an intracommunicator.
Attributes Summary
Remote group.
Number of remote processes.
Methods Documentation
- classmethod Create_from_groups(local_group, local_leader, remote_group, remote_leader, stringtag='org.mpi4py', info=INFO_NULL, errhandler=None)¶
Create communicator from group.
- Get_remote_group()¶
Access the remote group associated with the inter-communicator.
- Return type:
- Merge(high=False)¶
Merge intercommunicator into an intracommunicator.
Attributes Documentation
- remote_group¶
Remote group.
- remote_size¶
Number of remote processes.