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
hwloc_type_sscanf: fix test when host has several levels with same type
E.g. with
HWLOC_SYNTHETIC="group:2 group:2 pu:2" ./tests/hwloc/hwloc_type_sscanf
The presence of the two group levels makes the check for level depth fail
for the hwloc_obj_type_string case which does not expose the depth
which allows to distinguish them.
Signed-off-by: Samuel Thibault <[email protected]>
0 commit comments