mpi_array.update.ExtentUpdate¶
-
class
mpi_array.update.ExtentUpdate(dst_extent_info, src_extent_info)[source]¶ Bases:
objectSource and destination indexing info for updating a sub-extent region.
Methods
__init__(dst_extent_info, src_extent_info)Initialise. Attributes
dst_extentThe locale LocaleExtentwhich is to receive sub-array update.src_extentThe locale CartLocaleExtentfrom which the sub-array update is read.