sum_reduce_sub Interface

public interface sum_reduce_sub

Contents


Module Procedures

private subroutine sum_reduce_complex_array_sub(z, dest, sub)

FIXME : Add documentation

Arguments

Type IntentOptional Attributes Name
complex, intent(inout), dimension (:) :: z
integer, intent(in) :: dest
type(comm_type), intent(in) :: sub

private subroutine sum_reduce_complex_2array_sub(z, dest, sub)

FIXME : Add documentation

Arguments

Type IntentOptional Attributes Name
complex, intent(inout), dimension (:,:) :: z
integer, intent(in) :: dest
type(comm_type), intent(in) :: sub

private subroutine sum_reduce_complex_3array_sub(z, dest, sub)

FIXME : Add documentation

Arguments

Type IntentOptional Attributes Name
complex, intent(inout), dimension (:,:,:) :: z
integer, intent(in) :: dest
type(comm_type), intent(in) :: sub

private subroutine sum_reduce_complex_4array_sub(z, dest, sub)

FIXME : Add documentation

Arguments

Type IntentOptional Attributes Name
complex, intent(inout), dimension (:,:,:,:) :: z
integer, intent(in) :: dest
type(comm_type), intent(in) :: sub