msg_cnt            36 ompi/patterns/comm/allgather.c     int rc=OMPI_SUCCESS,msg_cnt;
msg_cnt           137 ompi/patterns/comm/allgather.c         msg_cnt=0;
msg_cnt           180 ompi/patterns/comm/allgather.c                     comm,&(requests[msg_cnt])));
msg_cnt           184 ompi/patterns/comm/allgather.c         msg_cnt++;
msg_cnt           190 ompi/patterns/comm/allgather.c                         comm,&(requests[msg_cnt])));
msg_cnt           194 ompi/patterns/comm/allgather.c             msg_cnt++;
msg_cnt           225 ompi/patterns/comm/allgather.c                     comm,&(requests[msg_cnt])));
msg_cnt           229 ompi/patterns/comm/allgather.c         msg_cnt++;
msg_cnt           234 ompi/patterns/comm/allgather.c                         comm,&(requests[msg_cnt])));
msg_cnt           238 ompi/patterns/comm/allgather.c             msg_cnt++;
msg_cnt           251 ompi/patterns/comm/allgather.c         ompi_request_wait_all(msg_cnt,requests,MPI_STATUSES_IGNORE);
msg_cnt            38 ompi/patterns/comm/bcast.c     int rc=OMPI_SUCCESS,msg_cnt,i;
msg_cnt            76 ompi/patterns/comm/bcast.c     msg_cnt=0;
msg_cnt            83 ompi/patterns/comm/bcast.c                     comm,&(requests[msg_cnt])));
msg_cnt            87 ompi/patterns/comm/bcast.c         msg_cnt++;
msg_cnt            90 ompi/patterns/comm/bcast.c     if(msg_cnt) {
msg_cnt            92 ompi/patterns/comm/bcast.c         ompi_request_wait_all(msg_cnt,requests,MPI_STATUSES_IGNORE);