Why isn't the 'Tag' parameter used in MPI collective communication?

Viewed 750

Unlike MPI_Send/ MPI_Recv, there is no 'Tag' parameter to other functions involving collective communication (e.g. MPI_Bcast/MPI_Gather). What is the reason?

1 Answers
Related