MPIReduce Interface

public interface MPIReduce

Contents


Module Procedures

public subroutine MPIReduce_len_arr_int64(v, iLen, iType, Ret, Node)

Arguments

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

public subroutine MPIReduce_auto_arr_int64(v, iType, Ret, Node)

Arguments

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