Sun MPI 4.0 Programming and Reference Guide

MPI_Wait, MPI_Waitall, MPI_Waitany, MPI_Waitsome

In a program where two or more threads call one of these routines, you must ensure that they are not waiting for the same request. Similarly, the same request cannot appear in the array of requests of multiple concurrent wait calls.