I am trying to implement the MPI protocol in EPOS Operation System. Well, in fact I didn't understand how to implement the MPI_Comm. It is defined as "basic object used by MPI to determine which processes are involved in a communication". In some implementations that I found on Internet it is implemented as typedef int MPI_Comm, but how could I know which process are involved in a communication using int MPI_Comm? Any idea?
Thanks.