MPI difference between Communicator and Group

Posted by iamrohitbanga on Stack Overflow See other posts from Stack Overflow or by iamrohitbanga
Published on 2010-04-15T04:58:25Z Indexed on 2010/04/15 5:03 UTC
Read the original article Hit count: 215

Filed under:
|
|

I have read the definitions of these terms and my interpretation is that there is a one to one relation between a group and a communicator. A group is a set of processes which wish to communicate with each other and a communicator is an implementation for a group. Is this correct?

Why have two different terms if this is so?

© Stack Overflow or respective owner

Related posts about mpi

Related posts about group