sum_allreduce Interface

public interface sum_allreduce

Contents


Module Procedures

private subroutine sum_allreduce_integer(i)

FIXME : Add documentation

Arguments

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

private subroutine sum_allreduce_integer_array(i)

FIXME : Add documentation

Arguments

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

private subroutine sum_allreduce_integer_2array(i)

FIXME : Add documentation

Arguments

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

private subroutine sum_allreduce_integer_3array(i)

FIXME : Add documentation

Arguments

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

private subroutine sum_allreduce_real(a)

FIXME : Add documentation

Arguments

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

private subroutine sum_allreduce_real_array(a)

FIXME : Add documentation

Arguments

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

private subroutine sum_allreduce_real_2array(a)

FIXME : Add documentation

Arguments

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

private subroutine sum_allreduce_real_3array(a)

FIXME : Add documentation

Arguments

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

private subroutine sum_allreduce_real_4array(a)

FIXME : Add documentation

Arguments

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

private subroutine sum_allreduce_real_5array(a)

FIXME : Add documentation

Arguments

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

private subroutine sum_allreduce_complex(z)

FIXME : Add documentation

Arguments

Type IntentOptional Attributes Name
complex, intent(inout) :: z

private subroutine sum_allreduce_complex_array(z)

FIXME : Add documentation

Arguments

Type IntentOptional Attributes Name
complex, intent(inout), dimension (:) :: z

private subroutine sum_allreduce_complex_2array(z)

FIXME : Add documentation

Arguments

Type IntentOptional Attributes Name
complex, intent(inout), dimension (:,:) :: z

private subroutine sum_allreduce_complex_3array(z)

FIXME : Add documentation

Arguments

Type IntentOptional Attributes Name
complex, intent(inout), dimension (:,:,:) :: z

private subroutine sum_allreduce_complex_4array(z)

FIXME : Add documentation

Arguments

Type IntentOptional Attributes Name
complex, intent(inout), dimension (:,:,:,:) :: z

private subroutine sum_allreduce_complex_5array(z)

FIXME : Add documentation

Arguments

Type IntentOptional Attributes Name
complex, intent(inout), dimension (:,:,:,:,:) :: z