MPIAllReduceDatatype Interface

public interface MPIAllReduceDatatype

Contents


Module Procedures

public subroutine MPIAllReduceDatatype_arr_comp(v, ilen, itype, dtype, Ret, Node)

Arguments

Type IntentOptional Attributes Name
complex(kind=dp), intent(in), target :: v(:)
integer, intent(in) :: ilen
integer(kind=MPIArg), intent(in) :: itype
integer(kind=MPIArg), intent(in) :: dtype
complex(kind=dp), intent(out), target :: Ret(:)
type(CommI), intent(in), optional :: Node