Hi,
Whenever, one process execute an MPI_Bcast() call, where the does the element gets received in the receiver process?Suppose, N processes broadcast one element each to every other element using MPI_Bcast() in a distributed system then how can one process print it's new element set[(N-1) elements received through MPI_Bcast() and the other of its own].If possible kindly show with an example.
Regards...
Sanjeeb