Gathers data from all processes to one.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int_4), | intent(in), | DIMENSION(:), CONTIGUOUS | :: | sendbuf |
Data to send to root |
|
integer(kind=int_4), | intent(out), | DIMENSION(:), CONTIGUOUS | :: | recvbuf |
Received data (on root) |
|
integer, | intent(in), | DIMENSION(:), CONTIGUOUS | :: | recvcounts |
Sizes of data received from processes Offsets of data received from processes |
|
integer, | intent(in), | DIMENSION(:), CONTIGUOUS | :: | displs |
Sizes of data received from processes Offsets of data received from processes |
|
integer, | intent(in) | :: | root |
Process which gathers the data |
||
type(mp_comm_type), | intent(in) | :: | comm |
Message passing environment identifier |
Gathers data from all processes to one.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int_8), | intent(in), | DIMENSION(:), CONTIGUOUS | :: | sendbuf |
Data to send to root |
|
integer(kind=int_8), | intent(out), | DIMENSION(:), CONTIGUOUS | :: | recvbuf |
Received data (on root) |
|
integer, | intent(in), | DIMENSION(:), CONTIGUOUS | :: | recvcounts |
Sizes of data received from processes Offsets of data received from processes |
|
integer, | intent(in), | DIMENSION(:), CONTIGUOUS | :: | displs |
Sizes of data received from processes Offsets of data received from processes |
|
integer, | intent(in) | :: | root |
Process which gathers the data |
||
type(mp_comm_type), | intent(in) | :: | comm |
Message passing environment identifier |
Gathers data from all processes to one.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=real_8), | intent(in), | DIMENSION(:), CONTIGUOUS | :: | sendbuf |
Data to send to root |
|
real(kind=real_8), | intent(out), | DIMENSION(:), CONTIGUOUS | :: | recvbuf |
Received data (on root) |
|
integer, | intent(in), | DIMENSION(:), CONTIGUOUS | :: | recvcounts |
Sizes of data received from processes Offsets of data received from processes |
|
integer, | intent(in), | DIMENSION(:), CONTIGUOUS | :: | displs |
Sizes of data received from processes Offsets of data received from processes |
|
integer, | intent(in) | :: | root |
Process which gathers the data |
||
type(mp_comm_type), | intent(in) | :: | comm |
Message passing environment identifier |
Gathers data from all processes to one.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=real_4), | intent(in), | DIMENSION(:), CONTIGUOUS | :: | sendbuf |
Data to send to root |
|
real(kind=real_4), | intent(out), | DIMENSION(:), CONTIGUOUS | :: | recvbuf |
Received data (on root) |
|
integer, | intent(in), | DIMENSION(:), CONTIGUOUS | :: | recvcounts |
Sizes of data received from processes Offsets of data received from processes |
|
integer, | intent(in), | DIMENSION(:), CONTIGUOUS | :: | displs |
Sizes of data received from processes Offsets of data received from processes |
|
integer, | intent(in) | :: | root |
Process which gathers the data |
||
type(mp_comm_type), | intent(in) | :: | comm |
Message passing environment identifier |
Gathers data from all processes to one.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=real_8), | intent(in), | DIMENSION(:), CONTIGUOUS | :: | sendbuf |
Data to send to root |
|
complex(kind=real_8), | intent(out), | DIMENSION(:), CONTIGUOUS | :: | recvbuf |
Received data (on root) |
|
integer, | intent(in), | DIMENSION(:), CONTIGUOUS | :: | recvcounts |
Sizes of data received from processes Offsets of data received from processes |
|
integer, | intent(in), | DIMENSION(:), CONTIGUOUS | :: | displs |
Sizes of data received from processes Offsets of data received from processes |
|
integer, | intent(in) | :: | root |
Process which gathers the data |
||
type(mp_comm_type), | intent(in) | :: | comm |
Message passing environment identifier |
Gathers data from all processes to one.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=real_4), | intent(in), | DIMENSION(:), CONTIGUOUS | :: | sendbuf |
Data to send to root |
|
complex(kind=real_4), | intent(out), | DIMENSION(:), CONTIGUOUS | :: | recvbuf |
Received data (on root) |
|
integer, | intent(in), | DIMENSION(:), CONTIGUOUS | :: | recvcounts |
Sizes of data received from processes Offsets of data received from processes |
|
integer, | intent(in), | DIMENSION(:), CONTIGUOUS | :: | displs |
Sizes of data received from processes Offsets of data received from processes |
|
integer, | intent(in) | :: | root |
Process which gathers the data |
||
type(mp_comm_type), | intent(in) | :: | comm |
Message passing environment identifier |