mpi_array.update.ExtentUpdate

class mpi_array.update.ExtentUpdate(dst_extent_info, src_extent_info)[source]

Bases: object

Source and destination indexing info for updating a sub-extent region.

Methods

__init__(dst_extent_info, src_extent_info) Initialise.

Attributes

dst_extent The locale LocaleExtent which is to receive sub-array update.
src_extent The locale CartLocaleExtent from which the sub-array update is read.