rcv_nbytes_tot    705 opal/mca/pmix/cray/pmix_cray.c     int32_t rcv_nbytes_tot;
rcv_nbytes_tot    756 opal/mca/pmix/cray/pmix_cray.c     for (rcv_nbytes_tot=0,i=0; i < pmix_size; i++) {
rcv_nbytes_tot    757 opal/mca/pmix/cray/pmix_cray.c         rcv_nbytes_tot += r_bytes_and_ranks[i].nbytes;
rcv_nbytes_tot    762 opal/mca/pmix/cray/pmix_cray.c                         OPAL_NAME_PRINT(OPAL_PROC_MY_NAME), rcv_nbytes_tot);
rcv_nbytes_tot    764 opal/mca/pmix/cray/pmix_cray.c     rcv_buff = (char *) malloc(rcv_nbytes_tot * sizeof(char));