Re: [OMPI users] mixing send and bcast
On 8 Jan 2011, at 12:05, Hicham Mouline wrote: > Hi > > Will MPI_Probe return that there is a message pending reception if the sender > MPI_Bcast a message? No. > Is the only way to receive a broadcast from the root is to call MPI_BCast in > the slave? Yes. Broadcast and the other collect
[OMPI users] mixing send and bcast
Hi Will MPI_Probe return that there is a message pending reception if the sender MPI_Bcast a message? Is the only way to receive a broadcast from the root is to call MPI_BCast in the slave?