allgather Interface

public interface allgather

Calls

interface~~allgather~2~~CallsGraph interface~allgather~2 allgather proc~comm_allgather_integer~2 comm_allgather_integer interface~allgather~2->proc~comm_allgather_integer~2 mpi_allgather mpi_allgather proc~comm_allgather_integer~2->mpi_allgather

Module Procedures

private subroutine comm_allgather_integer(comm, sendbuf, recvbuf)

Arguments

Type IntentOptional Attributes Name
type(comm_t), intent(in) :: comm
integer(kind=int32), intent(in) :: sendbuf
integer(kind=int32), intent(out) :: recvbuf(:)