Finds the maximum of a datum with the result left on all processes.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int_4), | intent(inout) | :: | msg |
Find maximum among these data (input) and maximum (output) |
||
type(mp_comm_type), | intent(in) | :: | gid |
Message passing environment identifier |
Finds the element-wise maximum of a vector with the result left on all processes.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int_4), | intent(inout), | CONTIGUOUS | :: | msg(:) |
Find maximum among these data (input) and maximum (output) |
|
type(mp_comm_type), | intent(in) | :: | gid |
Finds the maximum of a datum with the result left on all processes.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int_8), | intent(inout) | :: | msg |
Find maximum among these data (input) and maximum (output) |
||
type(mp_comm_type), | intent(in) | :: | gid |
Message passing environment identifier |
Finds the element-wise maximum of a vector with the result left on all processes.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int_8), | intent(inout), | CONTIGUOUS | :: | msg(:) |
Find maximum among these data (input) and maximum (output) |
|
type(mp_comm_type), | intent(in) | :: | gid |
Finds the maximum of a datum with the result left on all processes.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=real_8), | intent(inout) | :: | msg |
Find maximum among these data (input) and maximum (output) |
||
type(mp_comm_type), | intent(in) | :: | gid |
Message passing environment identifier |
Finds the element-wise maximum of a vector with the result left on all processes.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=real_8), | intent(inout), | CONTIGUOUS | :: | msg(:) |
Find maximum among these data (input) and maximum (output) |
|
type(mp_comm_type), | intent(in) | :: | gid |
Finds the maximum of a datum with the result left on all processes.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=real_4), | intent(inout) | :: | msg |
Find maximum among these data (input) and maximum (output) |
||
type(mp_comm_type), | intent(in) | :: | gid |
Message passing environment identifier |
Finds the element-wise maximum of a vector with the result left on all processes.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=real_4), | intent(inout), | CONTIGUOUS | :: | msg(:) |
Find maximum among these data (input) and maximum (output) |
|
type(mp_comm_type), | intent(in) | :: | gid |
Finds the maximum of a datum with the result left on all processes.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=real_8), | intent(inout) | :: | msg |
Find maximum among these data (input) and maximum (output) |
||
type(mp_comm_type), | intent(in) | :: | gid |
Message passing environment identifier |
Finds the element-wise maximum of a vector with the result left on all processes.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=real_8), | intent(inout), | CONTIGUOUS | :: | msg(:) |
Find maximum among these data (input) and maximum (output) |
|
type(mp_comm_type), | intent(in) | :: | gid |
Finds the maximum of a datum with the result left on all processes.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=real_4), | intent(inout) | :: | msg |
Find maximum among these data (input) and maximum (output) |
||
type(mp_comm_type), | intent(in) | :: | gid |
Message passing environment identifier |
Finds the element-wise maximum of a vector with the result left on all processes.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=real_4), | intent(inout), | CONTIGUOUS | :: | msg(:) |
Find maximum among these data (input) and maximum (output) |
|
type(mp_comm_type), | intent(in) | :: | gid |