mp_maxloc Interface

public interface mp_maxloc

Module Procedures

private subroutine mp_maxloc_dv(msg, gid)

Finds the location of the maximal element in a vector.

Read more…

Arguments

Type IntentOptional 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