MPIAllGatherV_auto Interface

public interface MPIAllGatherV_auto

Contents


Module Procedures

public subroutine MPIAllGatherV_auto_arr_comp(v, ret, Lengths, Disps, Node)

Arguments

Type IntentOptional Attributes Name
complex(kind=dp), intent(in), target :: v(:,:)
complex(kind=dp), intent(inout), target :: ret(:,:)
integer(kind=MPIArg), intent(in) :: Lengths(:)
integer(kind=MPIArg), intent(in) :: Disps(:)
type(CommI), intent(in), optional :: Node