You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
core: fix the updating of total_memory in hwloc_topology_insert_group_object()
Objects might get merged, update the remaining one, not the original one.
If merged with another group, there's no need to save total_memory during the merge
because we'll recompute it in hwloc_topology_insert_group_object() anyway.
Fixes 577b327
Signed-off-by: Brice Goglin <[email protected]>
0 commit comments