Initiates a non-blocking send operation of an integer64 array
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(comm_t), | intent(in) | :: | comm | |||
| integer(kind=int64), | intent(in) | :: | data(:) | |||
| integer(kind=int32), | intent(in) | :: | dest | |||
| integer(kind=int32), | intent(in) | :: | tag | |||
| type(request_t), | intent(out) | :: | request |
Non-blocking send of a contiguous 2D dp array with explicit
count. No dim-prefix protocol; pairs with
comm_recv_real_dp_array_2d_n on the receive side.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(comm_t), | intent(in) | :: | comm | |||
| real(kind=dp), | intent(in) | :: | data(:,:) | |||
| integer(kind=int32), | intent(in) | :: | count | |||
| integer(kind=int32), | intent(in) | :: | dest | |||
| integer(kind=int32), | intent(in) | :: | tag | |||
| type(request_t), | intent(out) | :: | request |