A routine to wait for all count communications, given by the message handles in requests, to complete. We return the message statuses
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | count | |||
integer, | intent(inout), | dimension(:) | :: | requests | ||
integer, | intent(out), | dimension(mp_status_size,count) | :: | status |
A routine to wait for all count communications, given by the message handles in requests, to complete. We ignore the status information
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | count | |||
integer, | intent(inout), | dimension(:) | :: | requests |