MPIGatherV_auto2 Interface

public interface MPIGatherV_auto2

Contents


Module Procedures

public subroutine MPIGatherV_auto2_arr3_doub(v, ret, Lengths, Disps, ierr, Node)

Arguments

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