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 rankinter_locale_rank
of theinter_locale_comm
communicator corresponds to thepeer_rank
rank of thepeer_comm
communicator.Methods
count
(...)index
((value, [start, ...)Raises ValueError if the value is not present. Attributes
inter_locale_rank
A int
indicating the rank ofinter_locale_comm
communicator.peer_rank
A int
indicating the rank ofpeer_comm
communicator.