max_allreduce Interface

public interface max_allreduce

Contents


Module Procedures

private subroutine max_allreduce_integer(i)

FIXME : Add documentation

Arguments

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

private subroutine max_allreduce_integer_array(i)

FIXME : Add documentation

Arguments

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

private subroutine max_allreduce_real(a)

FIXME : Add documentation

Arguments

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

private subroutine max_allreduce_real_array(a)

FIXME : Add documentation

Arguments

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