max_reduce Interface

public interface max_reduce

Contents


Module Procedures

private subroutine max_reduce_integer(i, dest)

FIXME : Add documentation

Arguments

Type IntentOptional Attributes Name
integer, intent(inout) :: i
integer, intent(in) :: dest

private subroutine max_reduce_integer_array(i, dest)

FIXME : Add documentation

Arguments

Type IntentOptional Attributes Name
integer, intent(inout), dimension (:) :: i
integer, intent(in) :: dest

private subroutine max_reduce_real(a, dest)

FIXME : Add documentation

Arguments

Type IntentOptional Attributes Name
real, intent(inout) :: a
integer, intent(in) :: dest

private subroutine max_reduce_real_array(a, dest)

FIXME : Add documentation

Arguments

Type IntentOptional Attributes Name
real, intent(inout), dimension (:) :: a
integer, intent(in) :: dest