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 thedst
array.Parameters: - dst (
gndarray
) – Global array which receives elements. - src (
gndarray
) – Global array from which elements are copied. - casting (
str
) – Seecasting
parameter innumpy.copyto()
.
- dst (