mpi_array.locale.PartitionViewSlices

class mpi_array.locale.PartitionViewSlices

Bases: tuple

Stores multiple tuple-of-slice objects indicating the slice (tile) of the lndarray on which a intra_locale_comm rank MPI process operates.

Methods

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

Attributes

lndarray_view_slice_n Slice for generating a view of a lndarray with the halo removed.
rank_view_partition_slice_h Slice indicating tile of the halo array.
rank_view_relative_slice_n Relative slice which can be used to remove the
rank_view_slice_h The slice rank_view_slice_n with halo added.
rank_view_slice_n Slice indicating tile of the non-halo array.