nodes_per_proc    376 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c     unsigned apic_id, node_id, nodes_per_proc;
nodes_per_proc    388 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c       nodes_per_proc = 1;
nodes_per_proc    391 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c       nodes_per_proc = ((ecx >> 8) & 7) + 1;
nodes_per_proc    394 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c     if ((infos->cpufamilynumber == 0x15 && nodes_per_proc > 2)
nodes_per_proc    395 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c 	|| (infos->cpufamilynumber == 0x17 && nodes_per_proc > 4)) {
nodes_per_proc    396 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c       hwloc_debug("warning: undefined nodes_per_proc value %u, assuming it means %u\n", nodes_per_proc, nodes_per_proc);
nodes_per_proc    403 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c       hwloc_debug("topoext %08x, %u nodes, node %u, %u cores in unit %u\n", apic_id, nodes_per_proc, node_id, cores_per_unit, unit_id);
nodes_per_proc    412 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c       hwloc_debug("topoext %08x, %u nodes, node %u, %u threads in core %u\n", apic_id, nodes_per_proc, node_id, threads_per_core, core_id);