MPIAllReduceDatatype Interface

public interface MPIAllReduceDatatype

Module Procedures

public subroutine MPIAllReduceDatatype_arr2_int64(v, ilen, iType, dtype, Ret, Node)

Arguments

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