mpi_array.comms.ThisLocaleInfo¶
-
class
mpi_array.comms.ThisLocaleInfo¶ Bases:
tuplePair of communicator rank values
(inter_locale_rank, peer_rank)which indicates that the rankinter_locale_rankof theinter_locale_commcommunicator corresponds to thepeer_rankrank of thepeer_commcommunicator.Methods
count(...)index((value, [start, ...)Raises ValueError if the value is not present. Attributes
inter_locale_rankA intindicating the rank ofinter_locale_commcommunicator.peer_rankA intindicating the rank ofpeer_commcommunicator.