MAPL_CommsGatherV Interface

public interface MAPL_CommsGatherV

Called by

interface~~mapl_commsgatherv~~CalledByGraph interface~mapl_commsgatherv MAPL_CommsGatherV proc~mapl_tilemaskget MAPL_TileMaskGet proc~mapl_tilemaskget->interface~mapl_commsgatherv

Module Procedures

private subroutine MAPL_CommsGatherV_I4_1(layout, sendbuf, sendcnt, recvbuf, recvcnts, displs, root, RC)

Arguments

Type IntentOptional Attributes Name
type(ESMF_DELayout) :: layout
integer(kind=ESMF_KIND_I4), intent(in) :: sendbuf(:)
integer, intent(in) :: sendcnt
integer(kind=ESMF_KIND_I4), intent(out) :: recvbuf(:)
integer, intent(in) :: recvcnts(:)
integer, intent(in) :: displs(:)
integer, intent(in) :: root
integer, intent(out), optional :: RC

private subroutine MAPL_CommsGatherV_R4_1(layout, sendbuf, sendcnt, recvbuf, recvcnts, displs, root, RC)

Arguments

Type IntentOptional Attributes Name
type(ESMF_DELayout) :: layout
real(kind=ESMF_KIND_R4), intent(in) :: sendbuf(:)
integer, intent(in) :: sendcnt
real(kind=ESMF_KIND_R4), intent(out) :: recvbuf(:)
integer, intent(in) :: recvcnts(:)
integer, intent(in) :: displs(:)
integer, intent(in) :: root
integer, intent(out), optional :: RC

private subroutine MAPL_CommsGatherV_R4_2(layout, sendbuf, sendcnt, recvbuf, recvcnts, displs, root, RC)

Arguments

Type IntentOptional Attributes Name
type(ESMF_DELayout) :: layout
real(kind=ESMF_KIND_R4), intent(in) :: sendbuf(:,:)
integer, intent(in) :: sendcnt
real(kind=ESMF_KIND_R4), intent(out) :: recvbuf(:)
integer, intent(in) :: recvcnts(:)
integer, intent(in) :: displs(:)
integer, intent(in) :: root
integer, intent(out), optional :: RC

private subroutine MAPL_CommsGatherV_R8_1(layout, sendbuf, sendcnt, recvbuf, recvcnts, displs, root, RC)

Arguments

Type IntentOptional Attributes Name
type(ESMF_DELayout) :: layout
real(kind=ESMF_KIND_R8), intent(in) :: sendbuf(:)
integer, intent(in) :: sendcnt
real(kind=ESMF_KIND_R8), intent(out) :: recvbuf(:)
integer, intent(in) :: recvcnts(:)
integer, intent(in) :: displs(:)
integer, intent(in) :: root
integer, intent(out), optional :: RC

private subroutine MAPL_CommsGatherV_R8_2(layout, sendbuf, sendcnt, recvbuf, recvcnts, displs, root, RC)

Arguments

Type IntentOptional Attributes Name
type(ESMF_DELayout) :: layout
real(kind=ESMF_KIND_R8), intent(in) :: sendbuf(:,:)
integer, intent(in) :: sendcnt
real(kind=ESMF_KIND_R8), intent(out) :: recvbuf(:)
integer, intent(in) :: recvcnts(:)
integer, intent(in) :: displs(:)
integer, intent(in) :: root
integer, intent(out), optional :: RC