Partial sum of data from all processes with result on each process.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=int_4), | intent(in), | CONTIGUOUS | :: | msg(:,:) |
Matrix to sum (input) |
|
| integer(kind=int_4), | intent(out), | CONTIGUOUS | :: | res(:,:) |
Matrix containing result (output) |
|
| type(mp_comm_type), | intent(in) | :: | gid |
Message passing environment identifier |
Partial sum of data from all processes with result on each process.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=int_8), | intent(in), | CONTIGUOUS | :: | msg(:,:) |
Matrix to sum (input) |
|
| integer(kind=int_8), | intent(out), | CONTIGUOUS | :: | res(:,:) |
Matrix containing result (output) |
|
| type(mp_comm_type), | intent(in) | :: | gid |
Message passing environment identifier |
Partial sum of data from all processes with result on each process.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real_8), | intent(in), | CONTIGUOUS | :: | msg(:,:) |
Matrix to sum (input) |
|
| real(kind=real_8), | intent(out), | CONTIGUOUS | :: | res(:,:) |
Matrix containing result (output) |
|
| type(mp_comm_type), | intent(in) | :: | gid |
Message passing environment identifier |
Partial sum of data from all processes with result on each process.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real_4), | intent(in), | CONTIGUOUS | :: | msg(:,:) |
Matrix to sum (input) |
|
| real(kind=real_4), | intent(out), | CONTIGUOUS | :: | res(:,:) |
Matrix containing result (output) |
|
| type(mp_comm_type), | intent(in) | :: | gid |
Message passing environment identifier |
Partial sum of data from all processes with result on each process.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=real_8), | intent(in), | CONTIGUOUS | :: | msg(:,:) |
Matrix to sum (input) |
|
| complex(kind=real_8), | intent(out), | CONTIGUOUS | :: | res(:,:) |
Matrix containing result (output) |
|
| type(mp_comm_type), | intent(in) | :: | gid |
Message passing environment identifier |
Partial sum of data from all processes with result on each process.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=real_4), | intent(in), | CONTIGUOUS | :: | msg(:,:) |
Matrix to sum (input) |
|
| complex(kind=real_4), | intent(out), | CONTIGUOUS | :: | res(:,:) |
Matrix containing result (output) |
|
| type(mp_comm_type), | intent(in) | :: | gid |
Message passing environment identifier |