Gathers a datum from all processes to one
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=int_4), | intent(in) | :: | msg |
Datum to send to root |
||
| integer(kind=int_4), | intent(out), | CONTIGUOUS | :: | msg_gather(:) |
Received data (on root) |
|
| integer, | intent(in) | :: | root |
Process which gathers the data |
||
| type(mp_comm_type), | intent(in) | :: | gid |
Message passing environment identifier |
Gathers data from all processes to one
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=int_4), | intent(in), | CONTIGUOUS | :: | msg(:,:) |
Datum to send to root |
|
| integer(kind=int_4), | intent(out), | CONTIGUOUS | :: | msg_gather(:,:) | ||
| integer, | intent(in) | :: | root | |||
| type(mp_comm_type), | intent(in) | :: | gid |
Gathers data from all processes to one
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=int_4), | intent(in), | CONTIGUOUS | :: | msg(:) |
Datum to send to root |
|
| integer(kind=int_4), | intent(out), | CONTIGUOUS | :: | msg_gather(:) | ||
| integer, | intent(in) | :: | root | |||
| type(mp_comm_type), | intent(in) | :: | gid |
Gathers a datum from all processes to one
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=int_8), | intent(in) | :: | msg |
Datum to send to root |
||
| integer(kind=int_8), | intent(out), | CONTIGUOUS | :: | msg_gather(:) |
Received data (on root) |
|
| integer, | intent(in) | :: | root |
Process which gathers the data |
||
| type(mp_comm_type), | intent(in) | :: | gid |
Message passing environment identifier |
Gathers data from all processes to one
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=int_8), | intent(in), | CONTIGUOUS | :: | msg(:,:) |
Datum to send to root |
|
| integer(kind=int_8), | intent(out), | CONTIGUOUS | :: | msg_gather(:,:) | ||
| integer, | intent(in) | :: | root | |||
| type(mp_comm_type), | intent(in) | :: | gid |
Gathers data from all processes to one
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=int_8), | intent(in), | CONTIGUOUS | :: | msg(:) |
Datum to send to root |
|
| integer(kind=int_8), | intent(out), | CONTIGUOUS | :: | msg_gather(:) | ||
| integer, | intent(in) | :: | root | |||
| type(mp_comm_type), | intent(in) | :: | gid |
Gathers a datum from all processes to one
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real_8), | intent(in) | :: | msg |
Datum to send to root |
||
| real(kind=real_8), | intent(out), | CONTIGUOUS | :: | msg_gather(:) |
Received data (on root) |
|
| integer, | intent(in) | :: | root |
Process which gathers the data |
||
| type(mp_comm_type), | intent(in) | :: | gid |
Message passing environment identifier |
Gathers data from all processes to one
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real_8), | intent(in), | CONTIGUOUS | :: | msg(:,:) |
Datum to send to root |
|
| real(kind=real_8), | intent(out), | CONTIGUOUS | :: | msg_gather(:,:) | ||
| integer, | intent(in) | :: | root | |||
| type(mp_comm_type), | intent(in) | :: | gid |
Gathers data from all processes to one
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real_8), | intent(in), | CONTIGUOUS | :: | msg(:) |
Datum to send to root |
|
| real(kind=real_8), | intent(out), | CONTIGUOUS | :: | msg_gather(:) | ||
| integer, | intent(in) | :: | root | |||
| type(mp_comm_type), | intent(in) | :: | gid |
Gathers a datum from all processes to one
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real_4), | intent(in) | :: | msg |
Datum to send to root |
||
| real(kind=real_4), | intent(out), | CONTIGUOUS | :: | msg_gather(:) |
Received data (on root) |
|
| integer, | intent(in) | :: | root |
Process which gathers the data |
||
| type(mp_comm_type), | intent(in) | :: | gid |
Message passing environment identifier |
Gathers data from all processes to one
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real_4), | intent(in), | CONTIGUOUS | :: | msg(:,:) |
Datum to send to root |
|
| real(kind=real_4), | intent(out), | CONTIGUOUS | :: | msg_gather(:,:) | ||
| integer, | intent(in) | :: | root | |||
| type(mp_comm_type), | intent(in) | :: | gid |
Gathers data from all processes to one
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real_4), | intent(in), | CONTIGUOUS | :: | msg(:) |
Datum to send to root |
|
| real(kind=real_4), | intent(out), | CONTIGUOUS | :: | msg_gather(:) | ||
| integer, | intent(in) | :: | root | |||
| type(mp_comm_type), | intent(in) | :: | gid |
Gathers a datum from all processes to one
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=real_8), | intent(in) | :: | msg |
Datum to send to root |
||
| complex(kind=real_8), | intent(out), | CONTIGUOUS | :: | msg_gather(:) |
Received data (on root) |
|
| integer, | intent(in) | :: | root |
Process which gathers the data |
||
| type(mp_comm_type), | intent(in) | :: | gid |
Message passing environment identifier |
Gathers data from all processes to one
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=real_8), | intent(in), | CONTIGUOUS | :: | msg(:,:) |
Datum to send to root |
|
| complex(kind=real_8), | intent(out), | CONTIGUOUS | :: | msg_gather(:,:) | ||
| integer, | intent(in) | :: | root | |||
| type(mp_comm_type), | intent(in) | :: | gid |
Gathers data from all processes to one
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=real_8), | intent(in), | CONTIGUOUS | :: | msg(:) |
Datum to send to root |
|
| complex(kind=real_8), | intent(out), | CONTIGUOUS | :: | msg_gather(:) | ||
| integer, | intent(in) | :: | root | |||
| type(mp_comm_type), | intent(in) | :: | gid |
Gathers a datum from all processes to one
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=real_4), | intent(in) | :: | msg |
Datum to send to root |
||
| complex(kind=real_4), | intent(out), | CONTIGUOUS | :: | msg_gather(:) |
Received data (on root) |
|
| integer, | intent(in) | :: | root |
Process which gathers the data |
||
| type(mp_comm_type), | intent(in) | :: | gid |
Message passing environment identifier |
Gathers data from all processes to one
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=real_4), | intent(in), | CONTIGUOUS | :: | msg(:,:) |
Datum to send to root |
|
| complex(kind=real_4), | intent(out), | CONTIGUOUS | :: | msg_gather(:,:) | ||
| integer, | intent(in) | :: | root | |||
| type(mp_comm_type), | intent(in) | :: | gid |
Gathers data from all processes to one
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=real_4), | intent(in), | CONTIGUOUS | :: | msg(:) |
Datum to send to root |
|
| complex(kind=real_4), | intent(out), | CONTIGUOUS | :: | msg_gather(:) | ||
| integer, | intent(in) | :: | root | |||
| type(mp_comm_type), | intent(in) | :: | gid |