isTrueEverywhere Module Function

module function isTrueEverywhere(this, input) result(isTrue)

Return true if input is true on every processor

Arguments

Type IntentOptional Attributes Name
class(MPIController), intent(inout) :: this
logical, intent(inout) :: input

Return Value logical