MPIAllReduce Interface

public interface MPIAllReduce

Contents


Module Procedures

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

Arguments

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

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

Arguments

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