Waiting for Requests
Several ways to see if a request is done
- MPI_WAIT - wait on a single request finishes
- MPI_WAITALL - wait for all requests in an array to finish
- MPI_WAITSOME - wait for at least one request in an array to finish
Or one can check without waiting
- MPI_TEST, MPI_TESTALL, MPI_TESTSOME