nb_frag           176 ompi/mca/osc/portals4/osc_portals4_comm.c     ptl_size_t nb_frag = length == 0 ? 1 : (length - 1) / maxlength + 1;
nb_frag           178 ompi/mca/osc/portals4/osc_portals4_comm.c                          "%s,%d : %ld fragment(s)", __FUNCTION__, __LINE__, nb_frag));
nb_frag           179 ompi/mca/osc/portals4/osc_portals4_comm.c     return nb_frag;