Receive count is smaller than the matching send count?
Send count is smaller than the matching receive count?
Receive count is smaller than the matching send count? Send count is smaller than
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The MPI Standard 2.2 describes this in section 3.2.4. Basically the receive buffer (i.e., the count of the receiver) must be at least as big as the message being received (i.e., the count of the sender). Otherwise an overflow error occurs. If the count of the sender is less than the count of the receiver then the remaining elements of the receive buffer are unmodified.