mpi_array.globale.copyto

mpi_array.globale.copyto(dst, src, casting='same_kind', **kwargs)[source]

Copy the elements of the src array to corresponding elements of the dst array.

Parameters:
  • dst (gndarray) – Global array which receives elements.
  • src (gndarray) – Global array from which elements are copied.
  • casting (str) – See casting parameter in numpy.copyto().