rportlen           97 ompi/dpm/dpm.c     int k, size, rsize, rank, rc, rportlen=0;
rportlen          232 ompi/dpm/dpm.c         rportlen = strlen(rport) + 1;  // retain the NULL terminator
rportlen          241 ompi/dpm/dpm.c     rc = comm->c_coll->coll_bcast(&rportlen, 1, MPI_INT, root, comm,
rportlen          250 ompi/dpm/dpm.c         rport = (char*)malloc(rportlen);
rportlen          257 ompi/dpm/dpm.c     rc = comm->c_coll->coll_bcast(rport, rportlen, MPI_BYTE, root, comm,