mango.DdsMpiInfo

class mango.DdsMpiInfo

MPI data associated with sub-domain of a Dds object.

Methods

__init__ Raises an exception

Attributes

comm The MPI_Comm communicator object for the associated Dds object.:rtype: object :return: MPI dup of associated Dds object communicator.
index The index of this MPI process in the MPI cartesian layout of the Dds array.
rank The rank of this MPI process for the Dds array.
shape The shape of the MPI cartesian layout of the Dds array.
size The size (number of MPI processes) of communicator for this Dds array.

Previous topic

mango.DdsHaloSubDomain.shape

Next topic

mango.DdsMpiInfo.__init__

This Page