Home
last modified time | relevance | path

Searched refs:hw_obj (Results 1 – 2 of 2) sorted by relevance

/dports/sysutils/slurm-wlm/slurm-20.02.7/contribs/sgi/
H A Dnetloc_to_topology.c606 hwloc_obj_t hw_obj = hwloc_get_root_obj(dst_hw_topo); in add_node_connection() local
612 int memory = hw_obj->memory.total_memory/1024/1024; in add_node_connection()
756 hwloc_obj_t hw_obj = NULL; in get_node_name_and_topology() local
768 ret = netloc_map_port2hwloc(port, hw_topo, &hw_obj); in get_node_name_and_topology()
/dports/devel/hpx/hpx-1.2.1/src/runtime/threads/
H A Dtopology.cpp1395 hwloc_obj_t const hw_obj = in mask_to_bitmap() local
1397 HPX_ASSERT(i == detail::get_index(hw_obj)); in mask_to_bitmap()
1399 static_cast<unsigned int>(hw_obj->os_index)); in mask_to_bitmap()