3.1.4.16. c3po.mpi.MPISender module

Inheritance diagram of c3po.mpi.MPISender

Contain the classes MPIFieldSender, MPIFileFieldSender and MPIValueSender. These classes send data to another process.

class c3po.mpi.MPISender.MPIFieldSender(destinations, dataAccess, storing, isTemplate)

Bases: object

INTERNAL

__init__(destinations, dataAccess, storing, isTemplate)
clean()

INTERNAL

exchange()

INTERNAL

class c3po.mpi.MPISender.MPIFileFieldSender(destinations, dataAccess, storing, isTemplate)

Bases: object

INTERNAL

__init__(destinations, dataAccess, storing, isTemplate)
clean()

INTERNAL

exchange()

INTERNAL

class c3po.mpi.MPISender.MPIValueSender(destinations, dataAccess, storing)

Bases: object

INTERNAL

__init__(destinations, dataAccess, storing)
exchange()

INTERNAL