Q.

Two MPI_Irecv calls are made specifying different buffers and tags, but the same sender and request location. How can one determine that the buffer specified in the first call has valid data?

A. Call MPI_Probe
B. Call MPI_Testany with the same request listed twice
C. Call MPI_Wait twice with the same request
D. Look at the data in the buffer and try to determine whether it is
Answer» C. Call MPI_Wait twice with the same request
1.7k
0
Do you find this helpful?
2

Discussion

No comments yet