mpi_array.comms.ThisLocaleInfo

class mpi_array.comms.ThisLocaleInfo

Bases: tuple

Pair of communicator rank values (inter_locale_rank, peer_rank) which indicates that the rank inter_locale_rank of the inter_locale_comm communicator corresponds to the peer_rank rank of the peer_comm communicator.

Methods

count(...)
index((value, [start, ...) Raises ValueError if the value is not present.

Attributes

inter_locale_rank A int indicating the rank of inter_locale_comm communicator.
peer_rank A int indicating the rank of peer_comm communicator.