MPISum Interface

public interface MPISum

Contents


Module Procedures

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

Arguments

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

public subroutine MPISum_auto_int(v, Ret, Node)

Arguments

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