MPISum Interface

public interface MPISum

Contents


Module Procedures

public subroutine MPISum_len_arr2_comp(v, iLen, Ret, Node)

Arguments

Type IntentOptional Attributes Name
complex(kind=dp), intent(in) :: v(:,:)
integer, intent(in) :: iLen
complex(kind=dp), intent(out) :: Ret(:,:)
type(CommI), intent(in), optional :: Node

public subroutine MPISum_auto_arr2_comp(v, Ret, Node)

Arguments

Type IntentOptional Attributes Name
complex(kind=dp), intent(in) :: v(:,:)
complex(kind=dp), intent(out) :: Ret(:,:)
type(CommI), intent(in), optional :: Node