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