Element-wise sum of a rank-1 array on all processes.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=int_4), | intent(inout), | CONTIGUOUS | :: | msg(:) |
Vector to sum and result |
|
| type(mp_comm_type), | intent(in) | :: | gid | |||
| type(mp_request_type), | intent(inout) | :: | request |
Element-wise sum of a rank-1 array on all processes.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=int_8), | intent(inout), | CONTIGUOUS | :: | msg(:) |
Vector to sum and result |
|
| type(mp_comm_type), | intent(in) | :: | gid | |||
| type(mp_request_type), | intent(inout) | :: | request |
Element-wise sum of a rank-1 array on all processes.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real_8), | intent(inout), | CONTIGUOUS | :: | msg(:) |
Vector to sum and result |
|
| type(mp_comm_type), | intent(in) | :: | gid | |||
| type(mp_request_type), | intent(inout) | :: | request |
Element-wise sum of a rank-1 array on all processes.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real_4), | intent(inout), | CONTIGUOUS | :: | msg(:) |
Vector to sum and result |
|
| type(mp_comm_type), | intent(in) | :: | gid | |||
| type(mp_request_type), | intent(inout) | :: | request |
Element-wise sum of a rank-1 array on all processes.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=real_8), | intent(inout), | CONTIGUOUS | :: | msg(:) |
Vector to sum and result |
|
| type(mp_comm_type), | intent(in) | :: | gid | |||
| type(mp_request_type), | intent(inout) | :: | request |
Element-wise sum of a rank-1 array on all processes.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=real_4), | intent(inout), | CONTIGUOUS | :: | msg(:) |
Vector to sum and result |
|
| type(mp_comm_type), | intent(in) | :: | gid | |||
| type(mp_request_type), | intent(inout) | :: | request |
Logical OR reduction
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| logical, | intent(inout), | DIMENSION(:), CONTIGUOUS | :: | msg |
Datum to perform inclusive disjunction (input) and resultant inclusive disjunction (output) |
|
| type(mp_comm_type), | intent(in) | :: | gid |
Message passing environment identifier |
||
| type(mp_request_type), | intent(inout) | :: | request |