Class MPI.Comm

Description

A communicator object holds a group of processes both relate messages between those processes as well as perform collective operations, in which all member processes of the communicator are involved.


Variable rank

int MPI.Comm.rank

Note

Read only.


Variable size

int MPI.Comm.size

Note

Read only.