MPIReduce Interface

public interface MPIReduce

Module Procedures

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

Arguments

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

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

Arguments

Type IntentOptional Attributes Name
complex(kind=dp), intent(in), target :: v(:)
type(MPI_Op), intent(in) :: iType
complex(kind=dp), intent(out), target :: Ret(:)
type(CommI), intent(in), optional :: Node