MPISumAll Interface

public interface MPISumAll

Contents


Module Procedures

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

Arguments

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

public subroutine MPISumAll_auto_arr_doub(v, Ret, Node)

Arguments

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