min_allreduce Interface

public interface min_allreduce

Contents


Module Procedures

private subroutine min_allreduce_integer(i)

FIXME : Add documentation

Arguments

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

private subroutine min_allreduce_integer_array(i)

FIXME : Add documentation

Arguments

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

private subroutine min_allreduce_real(a)

FIXME : Add documentation

Arguments

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

private subroutine min_allreduce_real_array(a)

FIXME : Add documentation

Arguments

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