dest_buf           31 ompi/patterns/comm/allgather.c OMPI_DECLSPEC int ompi_comm_allgather_pml(void *src_buf, void *dest_buf, int count,
dest_buf           67 ompi/patterns/comm/allgather.c             (char *)dest_buf+my_rank_in_group*message_extent,
dest_buf          100 ompi/patterns/comm/allgather.c             dest_buf_current=(char *)dest_buf+message_extent*extra_rank;
dest_buf          129 ompi/patterns/comm/allgather.c     src_buf_current=(char *)dest_buf+my_rank_in_group*message_extent;
dest_buf          171 ompi/patterns/comm/allgather.c             recv_iov[1].iov_base=(char *)dest_buf+
dest_buf          216 ompi/patterns/comm/allgather.c             send_iov[1].iov_base=(char *)dest_buf+
dest_buf          263 ompi/patterns/comm/allgather.c             rc=MCA_PML_CALL(recv(dest_buf,
dest_buf          276 ompi/patterns/comm/allgather.c             rc=MCA_PML_CALL(send(dest_buf,
dest_buf           30 ompi/patterns/comm/coll_ops.h OMPI_DECLSPEC int ompi_comm_allgather_pml(void *src_buf, void *dest_buf, int count,