Sums a datum from all processes with result left on all processes.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=int_4), | intent(inout) | :: | msg |
Datum to sum (input) and result (output) |
||
| type(mp_comm_type), | intent(in) | :: | gid |
Message passing environment identifier |
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 |
Element-wise sum of a rank-2 array on all processes.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=int_4), | intent(inout), | CONTIGUOUS | :: | msg(:,:) |
Matrix to sum and result |
|
| type(mp_comm_type), | intent(in) | :: | gid |
Element-wise sum of a rank-3 array on all processes.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=int_4), | intent(inout), | CONTIGUOUS | :: | msg(:,:,:) |
Array to sum and result |
|
| type(mp_comm_type), | intent(in) | :: | gid |
Element-wise sum of a rank-4 array on all processes.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=int_4), | intent(inout), | CONTIGUOUS | :: | msg(:,:,:,:) |
Array to sum and result |
|
| type(mp_comm_type), | intent(in) | :: | gid |
Sums a datum from all processes with result left on all processes.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=int_8), | intent(inout) | :: | msg |
Datum to sum (input) and result (output) |
||
| type(mp_comm_type), | intent(in) | :: | gid |
Message passing environment identifier |
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 |
Element-wise sum of a rank-2 array on all processes.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=int_8), | intent(inout), | CONTIGUOUS | :: | msg(:,:) |
Matrix to sum and result |
|
| type(mp_comm_type), | intent(in) | :: | gid |
Element-wise sum of a rank-3 array on all processes.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=int_8), | intent(inout), | CONTIGUOUS | :: | msg(:,:,:) |
Array to sum and result |
|
| type(mp_comm_type), | intent(in) | :: | gid |
Element-wise sum of a rank-4 array on all processes.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=int_8), | intent(inout), | CONTIGUOUS | :: | msg(:,:,:,:) |
Array to sum and result |
|
| type(mp_comm_type), | intent(in) | :: | gid |
Sums a datum from all processes with result left on all processes.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real_4), | intent(inout) | :: | msg |
Datum to sum (input) and result (output) |
||
| type(mp_comm_type), | intent(in) | :: | gid |
Message passing environment identifier |
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 |
Element-wise sum of a rank-2 array on all processes.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real_4), | intent(inout), | CONTIGUOUS | :: | msg(:,:) |
Matrix to sum and result |
|
| type(mp_comm_type), | intent(in) | :: | gid |
Element-wise sum of a rank-3 array on all processes.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real_4), | intent(inout), | CONTIGUOUS | :: | msg(:,:,:) |
Array to sum and result |
|
| type(mp_comm_type), | intent(in) | :: | gid |
Element-wise sum of a rank-4 array on all processes.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real_4), | intent(inout), | CONTIGUOUS | :: | msg(:,:,:,:) |
Array to sum and result |
|
| type(mp_comm_type), | intent(in) | :: | gid |
Sums a datum from all processes with result left on all processes.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real_8), | intent(inout) | :: | msg |
Datum to sum (input) and result (output) |
||
| type(mp_comm_type), | intent(in) | :: | gid |
Message passing environment identifier |
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 |
Element-wise sum of a rank-2 array on all processes.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real_8), | intent(inout), | CONTIGUOUS | :: | msg(:,:) |
Matrix to sum and result |
|
| type(mp_comm_type), | intent(in) | :: | gid |
Element-wise sum of a rank-3 array on all processes.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real_8), | intent(inout), | CONTIGUOUS | :: | msg(:,:,:) |
Array to sum and result |
|
| type(mp_comm_type), | intent(in) | :: | gid |
Element-wise sum of a rank-4 array on all processes.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real_8), | intent(inout), | CONTIGUOUS | :: | msg(:,:,:,:) |
Array to sum and result |
|
| type(mp_comm_type), | intent(in) | :: | gid |
Sums a datum from all processes with result left on all processes.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=real_4), | intent(inout) | :: | msg |
Datum to sum (input) and result (output) |
||
| type(mp_comm_type), | intent(in) | :: | gid |
Message passing environment identifier |
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 |
Element-wise sum of a rank-2 array on all processes.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=real_4), | intent(inout), | CONTIGUOUS | :: | msg(:,:) |
Matrix to sum and result |
|
| type(mp_comm_type), | intent(in) | :: | gid |
Element-wise sum of a rank-3 array on all processes.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=real_4), | intent(inout), | CONTIGUOUS | :: | msg(:,:,:) |
Array to sum and result |
|
| type(mp_comm_type), | intent(in) | :: | gid |
Element-wise sum of a rank-4 array on all processes.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=real_4), | intent(inout), | CONTIGUOUS | :: | msg(:,:,:,:) |
Array to sum and result |
|
| type(mp_comm_type), | intent(in) | :: | gid |
Sums a datum from all processes with result left on all processes.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=real_8), | intent(inout) | :: | msg |
Datum to sum (input) and result (output) |
||
| type(mp_comm_type), | intent(in) | :: | gid |
Message passing environment identifier |
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 |
Element-wise sum of a rank-2 array on all processes.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=real_8), | intent(inout), | CONTIGUOUS | :: | msg(:,:) |
Matrix to sum and result |
|
| type(mp_comm_type), | intent(in) | :: | gid |
Element-wise sum of a rank-3 array on all processes.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=real_8), | intent(inout), | CONTIGUOUS | :: | msg(:,:,:) |
Array to sum and result |
|
| type(mp_comm_type), | intent(in) | :: | gid |
Element-wise sum of a rank-4 array on all processes.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=real_8), | intent(inout), | CONTIGUOUS | :: | msg(:,:,:,:) |
Array to sum and result |
|
| type(mp_comm_type), | intent(in) | :: | gid |
Element-wise sum of data from all processes with result left only on one.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=int_4), | intent(inout), | CONTIGUOUS | :: | msg(:) |
Vector to sum (input) and (only on process root) result (output) |
|
| integer, | intent(in) | :: | root | |||
| type(mp_comm_type), | intent(in) | :: | gid |
Message passing environment identifier |
Element-wise sum of data from all processes with result left only on one.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=int_4), | intent(inout), | CONTIGUOUS | :: | msg(:,:) |
Matrix to sum (input) and (only on process root) result (output) |
|
| integer, | intent(in) | :: | root | |||
| type(mp_comm_type), | intent(in) | :: | gid |
Element-wise sum of data from all processes with result left only on one.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=int_8), | intent(inout), | CONTIGUOUS | :: | msg(:) |
Vector to sum (input) and (only on process root) result (output) |
|
| integer, | intent(in) | :: | root | |||
| type(mp_comm_type), | intent(in) | :: | gid |
Message passing environment identifier |
Element-wise sum of data from all processes with result left only on one.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=int_8), | intent(inout), | CONTIGUOUS | :: | msg(:,:) |
Matrix to sum (input) and (only on process root) result (output) |
|
| integer, | intent(in) | :: | root | |||
| type(mp_comm_type), | intent(in) | :: | gid |
Element-wise sum of data from all processes with result left only on one.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real_4), | intent(inout), | CONTIGUOUS | :: | msg(:) |
Vector to sum (input) and (only on process root) result (output) |
|
| integer, | intent(in) | :: | root | |||
| type(mp_comm_type), | intent(in) | :: | gid |
Message passing environment identifier |
Element-wise sum of data from all processes with result left only on one.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real_4), | intent(inout), | CONTIGUOUS | :: | msg(:,:) |
Matrix to sum (input) and (only on process root) result (output) |
|
| integer, | intent(in) | :: | root | |||
| type(mp_comm_type), | intent(in) | :: | gid |
Element-wise sum of data from all processes with result left only on one.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real_8), | intent(inout), | CONTIGUOUS | :: | msg(:) |
Vector to sum (input) and (only on process root) result (output) |
|
| integer, | intent(in) | :: | root | |||
| type(mp_comm_type), | intent(in) | :: | gid |
Message passing environment identifier |
Element-wise sum of data from all processes with result left only on one.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real_8), | intent(inout), | CONTIGUOUS | :: | msg(:,:) |
Matrix to sum (input) and (only on process root) result (output) |
|
| integer, | intent(in) | :: | root | |||
| type(mp_comm_type), | intent(in) | :: | gid |
Element-wise sum of data from all processes with result left only on one.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=real_4), | intent(inout), | CONTIGUOUS | :: | msg(:) |
Vector to sum (input) and (only on process root) result (output) |
|
| integer, | intent(in) | :: | root | |||
| type(mp_comm_type), | intent(in) | :: | gid |
Message passing environment identifier |
Element-wise sum of data from all processes with result left only on one.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=real_4), | intent(inout), | CONTIGUOUS | :: | msg(:,:) |
Matrix to sum (input) and (only on process root) result (output) |
|
| integer, | intent(in) | :: | root | |||
| type(mp_comm_type), | intent(in) | :: | gid |
Element-wise sum of data from all processes with result left only on one.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=real_8), | intent(inout), | CONTIGUOUS | :: | msg(:) |
Vector to sum (input) and (only on process root) result (output) |
|
| integer, | intent(in) | :: | root | |||
| type(mp_comm_type), | intent(in) | :: | gid |
Message passing environment identifier |
Element-wise sum of data from all processes with result left only on one.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=real_8), | intent(inout), | CONTIGUOUS | :: | msg(:,:) |
Matrix to sum (input) and (only on process root) result (output) |
|
| integer, | intent(in) | :: | root | |||
| type(mp_comm_type), | intent(in) | :: | gid |
Logical OR reduction
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| logical, | intent(inout) | :: | msg |
Datum to perform inclusive disjunction (input) and resultant inclusive disjunction (output) |
||
| type(mp_comm_type), | intent(in) | :: | gid |
Message passing environment identifier |
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 |