what is the difference between MPI_Probe and MPI_Get_count in mpi
问题 I've found that MPI_Probe is used to find the message size, and MPI_Get_count to find the message length. What's the difference between message length and message size? Aren't they both same? Moreover what's the count parameter in the MPI_Send or MPI_Recv signifies? Does it implies the no of times the same message will be sent/recieve from Process x to process y? 回答1: While MPI_Probe may be used to find the size of a message you have to use MPI_Get_count to get that size. MPI_Probe returns a