gp                314 opal/mca/hwloc/hwloc201/hwloc/hwloc/distances.c       int gp = (objs[0]->type != HWLOC_OBJ_NUMANODE && objs[0]->type != HWLOC_OBJ_PU);
gp                316 opal/mca/hwloc/hwloc201/hwloc/hwloc/distances.c       fprintf(stderr, "%s", gp ? "gp_index" : "os_index");
gp                318 opal/mca/hwloc/hwloc201/hwloc/hwloc/distances.c 	fprintf(stderr, " % 5d", (int)(gp ? objs[j]->gp_index : objs[j]->os_index));
gp                321 opal/mca/hwloc/hwloc201/hwloc/hwloc/distances.c 	fprintf(stderr, "  % 5d", (int)(gp ? objs[i]->gp_index : objs[i]->os_index));