getGlobalMax Module Function

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

Return maximum value of real input computed on all processes using the MPI controller of the modeller

Arguments

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

Return Value real(kind=rk)