Initialize the communication buffers for a single level
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(tem_communication_type), | intent(inout) | :: | send |
Communication structure to send and receive property |
||
| type(tem_communication_type), | intent(inout) | :: | recv |
Communication structure to send and receive property |
||
| integer(kind=long_k), | intent(inout) | :: | property(:) |
property to communicate |
||
| integer, | intent(in) | :: | flag |
communication flag |
||
| type(tem_comm_env_type), | intent(in) | :: | proc |
Process description to use. |
||
| type(tem_commPattern_type), | intent(in) | :: | pattern |