compute_alltoall_schedule Subroutine

private subroutine compute_alltoall_schedule(self)

Generate optimal round-robin communication schedule for all-to-all pattern

Type Bound

backend_mpi

Arguments

Type IntentOptional Attributes Name
class(backend_mpi), intent(inout) :: self

MPI Backend


Called by

proc~~compute_alltoall_schedule~~CalledByGraph proc~compute_alltoall_schedule backend_mpi%compute_alltoall_schedule proc~create_mpi backend_mpi%create_mpi proc~create_mpi->proc~compute_alltoall_schedule