allreduceMax Module Function

module function allreduceMax(this, input) result(max)

Return max value on all processors

Arguments

Type IntentOptional Attributes Name
class(MPIController), intent(inout) :: this
real(kind=rk), intent(inout) :: input

Return Value real(kind=rk)