degrmax           146 ompi/mca/topo/treematch/treematch/fibo.c   int                   degrmax;
degrmax           154 ompi/mca/topo/treematch/treematch/fibo.c   for (rootptr = treeptr->rootdat.linkdat.nextptr, nextptr = rootptr->linkdat.nextptr, degrmax = 0; /* For all roots in root list */
degrmax           162 ompi/mca/topo/treematch/treematch/fibo.c       if (degrval > degrmax)                      /* Record highest degree found               */
degrmax           163 ompi/mca/topo/treematch/treematch/fibo.c         degrmax = degrval;
degrmax           199 ompi/mca/topo/treematch/treematch/fibo.c   for (degrval = 0; degrval <= degrmax; degrval ++) {
degrmax           207 ompi/mca/topo/treematch/treematch/fibo.c   for ( ; degrval <= degrmax; degrval ++) {       /* For remaining roots once a potential best root has been found */