triqs.utility.mpi_mpi4py.send

triqs.utility.mpi_mpi4py.send(val, dest)[source]

Send a Python object to another rank.

Thin wrapper around mpi4py.MPI.Comm.send() on world.

Parameters:
valobject

Object to transmit.

destint

Rank of the destination process.