D | kmp_affinity.cpp | 533 hwloc_obj_t hT, hC, hL, hN, hS; // hwloc objects (pointers to) in __kmp_hwloc_check_numa() local 557 hC = NULL; // not used, but reset it here just in case in __kmp_hwloc_check_numa() 559 __kmp_hwloc_count_children_by_type(tp, hL, HWLOC_OBJ_CORE, &hC) > 1) in __kmp_hwloc_check_numa() 3421 hwloc_obj_t hT, hC, hL, hN, hS; // hwloc objects (pointers to) in __kmp_apply_thread_places() local 3449 __kmp_hwloc_count_children_by_type(tp, hL, HWLOC_OBJ_CORE, &hC) > 1) { in __kmp_apply_thread_places() 3491 &hC); // num cores in tile in __kmp_apply_thread_places() 3500 &hC); // num cores in node in __kmp_apply_thread_places() 3519 &hC); // num cores in tile in __kmp_apply_thread_places() 3528 &hC); // num cores in socket in __kmp_apply_thread_places() 3606 hC = NULL; in __kmp_apply_thread_places() [all …]
|