The mpi_array.globale Module

Defines gndarray class and factory functions for creating multi-dimensional distributed arrays (Partitioned Global Address Space).

Classes

gndarray A Partitioned Global Address Space array with numpy.ndarray API.
PerAxisRmaHaloUpdater(locale_extents, dtype, ...) Helper class for performing halo data transfer using RMA via MPI windows (mpi4py.MPI.Win objects).
RmaRedistributeUpdater(dst, src[, casting]) Helper class for redistributing array to new distribution.

Functions

copyto(dst, src[, casting]) Copy the elements of the src array to corresponding elements of the dst array.