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?
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?