Boost logo

Boost-MPI :

Subject: Re: [Boost-mpi] Using broadcast with an intercommunicator
From: Alain Miniussi (Alain.Miniussi_at_[hidden])
Date: 2017-02-02 02:17:39


Boost.MPI is just a layer/facade on top of plain MPI, you can retrieve a
MPI_Comm from an mpi::communicator and use raw MPI with it.

It is also possible, for complex data, to serialize it through de
serialization library and then send the archive as an array of bytes.

On 01/02/2017 21:02, Ed Figura wrote:
> Hi. I'm trying to use broadcast() with an intercommunicator. This is not working and having looked at the code (1.55) I can see why. Can anyone suggest a workaround (short of raw MPI!)?
>
> _________________________________________________________________________
> This email has been scanned by the Symantec Email Security.cloud service.
> _______________________________________________
> Boost-mpi mailing list
> Boost-mpi_at_[hidden]
> http://lists.boost.org/mailman/listinfo.cgi/boost-mpi


Boost-Commit list run by troyer at boostpro.com