A routine to test for all count communications, given by the message handles in requests, to complete. We return the message statuses and completion flag
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | count | |||
integer, | intent(inout), | dimension(:) | :: | requests | ||
integer, | intent(out), | dimension(mp_status_size, count) | :: | status | ||
logical, | intent(out) | :: | flag |
A routine to test 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 | ||
logical, | intent(out) | :: | flag |
A routine to test for all count communications, given by the message handles in requests, to complete. We ignore the status and flag information
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | count | |||
integer, | intent(inout), | dimension(:) | :: | requests |