Re: [OMPI users] Broadcast problem
You can't use gather either. Same for gatherv, as you need to know the amount you will receive in advance. If I understand correctly your scenario (a random process is doing a broadcast at random time steps), using MPI collectives is not the best approach as they need global knowledge (there is
Re: [OMPI users] Broadcast problem
Oops,I think I meant gather not scatter...