allgather Interface

public interface allgather

Calls

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

Module Procedures

private subroutine comm_allgather_integer(comm, sendbuf, recvbuf)

Gathers integer values from all processes in the communicator

Arguments

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