mpi_array.comms.CommsAndDistribution¶
-
class
mpi_array.comms.CommsAndDistribution¶ Bases:
tupleA 3 element tuple
(locale_comms, distribution, this_locale)describing the apportionment of array elements over MPI processes.Methods
count(...)index((value, [start, ...)Raises ValueError if the value is not present. Attributes
distributionA mpi_array.distribution.Distributionobject describing the apportionment of array elements over locales.locale_commsA LocaleCommsobject containing communicators for exchanging data between locales.this_localeA ThisLocaleInfowith rank pair pertinent for this locale.