mpi_array.update.PairExtentUpdate¶
-
class
mpi_array.update.PairExtentUpdate(dst_extent, src_extent, dst_update_extent, src_update_extent)[source]¶ Bases:
mpi_array.update.ExtentUpdateSource and destination indexing info for updating a sub-extent region.
Methods
__init__(dst_extent, src_extent, ...)copyto(dst_array, src_array, casting)Copies the src_update_extentregion fromsrc_arrayAttributes
dst_extentThe locale LocaleExtentwhich is to receive sub-array update.dst_update_extentThe locale sub-extent ( IndexingExtent) to be updated.src_extentThe locale CartLocaleExtentfrom which the sub-array update is read.src_update_extentThe locale sub-extent ( IndexingExtent) from which the update is read.