Receive integer array from specified node
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(inout) | :: | array | |||
| integer, | intent(in) | :: | size | |||
| integer, | intent(in) | :: | from |
Receive logical array from specified node
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| logical, | intent(inout) | :: | array | |||
| integer, | intent(in) | :: | size | |||
| integer, | intent(in) | :: | from |
Receive real array from specified node
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=dp), | intent(inout) | :: | array | |||
| integer, | intent(in) | :: | size | |||
| integer, | intent(in) | :: | from |
Receive complex array from specified node
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=dp), | intent(inout) | :: | array | |||
| integer, | intent(in) | :: | size | |||
| integer, | intent(in) | :: | from |
Receive character array from specified node
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(inout) | :: | array | |||
| integer, | intent(in) | :: | size | |||
| integer, | intent(in) | :: | from |