mpi_array.globale.copyto¶
-
mpi_array.globale.copyto(dst, src, casting='same_kind', **kwargs)[source]¶ Copy the elements of the
srcarray to corresponding elements of thedstarray.Parameters: - dst (
gndarray) – Global array which receives elements. - src (
gndarray) – Global array from which elements are copied. - casting (
str) – Seecastingparameter innumpy.copyto().
- dst (