#include <system_topology.h>
Data Fields | |
| int | affinity_cpus [256] |
| bool | affinity_set |
| int | num_affinity_cpus |
| int | omp_num_threads |
| char | omp_places [64] |
| char | omp_proc_bind [32] |
Definition at line 231 of file system_topology.h.
| int AffinityInfo::affinity_cpus[256] |
Definition at line 238 of file system_topology.h.
Referenced by topology_discover_affinity().
| bool AffinityInfo::affinity_set |
Definition at line 235 of file system_topology.h.
Referenced by topology_discover_affinity(), topology_generate_recommendations(), and topology_print_affinity().
| int AffinityInfo::num_affinity_cpus |
Definition at line 239 of file system_topology.h.
Referenced by topology_discover_affinity().
| int AffinityInfo::omp_num_threads |
Definition at line 232 of file system_topology.h.
Referenced by topology_discover_affinity(), and topology_print_affinity().
| char AffinityInfo::omp_places[64] |
Definition at line 234 of file system_topology.h.
Referenced by topology_discover_affinity(), and topology_print_affinity().
| char AffinityInfo::omp_proc_bind[32] |
Definition at line 233 of file system_topology.h.
Referenced by topology_discover_affinity(), and topology_print_affinity().