Finds the location of the maximal element in a vector.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=real_8), | intent(inout), | CONTIGUOUS | :: | msg(:) |
Find location of maximum element among these data (input). |
|
type(mp_comm_type), | intent(in) | :: | gid |
Message passing environment identifier |