threads_per_core 409 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c unsigned core_id, threads_per_core; threads_per_core 411 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c threads_per_core = ((ebx >> 8) & 0xff) + 1; threads_per_core 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);