Re: [OMPI users] How to join intercommunicators?

2012-02-04 Thread Ralph Castain
Look at MPI_Comm_join

On Feb 3, 2012, at 2:12 PM, Mateus Augusto wrote:

> Hello,
>  
> I have a process that creates other processes at different times (using 
> MPI_Comm_spawn). After, the initial process (creator of other processes) must 
> receive mesagens of created processes. However, there are one 
> intercommunicator for each created process. 
> The question is: how to unite all the intercommunicator in a single  
> communicator and receive the mesagens from this single comunicator?
>  
> Thanks
> ___
> users mailing list
> us...@open-mpi.org
> http://www.open-mpi.org/mailman/listinfo.cgi/users



[OMPI users] How to join intercommunicators?

2012-02-03 Thread Mateus Augusto
Hello,
 
I have a process that creates other processes at different times (using 
MPI_Comm_spawn). After, the initial process (creator of other processes) must 
receive mesagens of created processes. However, there are one intercommunicator 
for each created process. 
The question is: how to unite all the intercommunicator in a single  
communicator and receive the mesagens from this single comunicator?
 
Thanks