Multiplies a set of numbers scattered across a number of processes, then replicates the result.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=int_4), | intent(inout) | :: | msg |
a number to multiply (input) and result (output) |
||
| type(mp_comm_type), | intent(in) | :: | gid |
message passing environment identifier |
Multiplies a set of numbers scattered across a number of processes, then replicates the result.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=int_8), | intent(inout) | :: | msg |
a number to multiply (input) and result (output) |
||
| type(mp_comm_type), | intent(in) | :: | gid |
message passing environment identifier |
Multiplies a set of numbers scattered across a number of processes, then replicates the result.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real_8), | intent(inout) | :: | msg |
a number to multiply (input) and result (output) |
||
| type(mp_comm_type), | intent(in) | :: | gid |
message passing environment identifier |
Multiplies a set of numbers scattered across a number of processes, then replicates the result.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real_4), | intent(inout) | :: | msg |
a number to multiply (input) and result (output) |
||
| type(mp_comm_type), | intent(in) | :: | gid |
message passing environment identifier |
Multiplies a set of numbers scattered across a number of processes, then replicates the result.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=real_8), | intent(inout) | :: | msg |
a number to multiply (input) and result (output) |
||
| type(mp_comm_type), | intent(in) | :: | gid |
message passing environment identifier |
Multiplies a set of numbers scattered across a number of processes, then replicates the result.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=real_4), | intent(inout) | :: | msg |
a number to multiply (input) and result (output) |
||
| type(mp_comm_type), | intent(in) | :: | gid |
message passing environment identifier |