Skip to content

Commit

Permalink
tests/restrict: fix a synthetic description
Browse files Browse the repository at this point in the history
Introduced in 03ac9b2

Signed-off-by: Brice Goglin <Brice.Goglin@inria.fr>
  • Loading branch information
bgoglin committed Oct 12, 2018
1 parent 0a06499 commit fb759f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/hwloc/hwloc_topology_restrict.c
Expand Up @@ -254,7 +254,7 @@ int main(void)
/* check that restricting PUs maintains ordering of normal children */
printf("restricting so that PUs get reordered\n");
hwloc_topology_init(&topology);
hwloc_topology_set_synthetic(topology, "node:1 core:2 pu:2(index=0,2,1,3)");
hwloc_topology_set_synthetic(topology, "node:1 core:2 pu:2(indexes=0,2,1,3)");
hwloc_topology_load(topology);
hwloc_bitmap_zero(cpuset);
hwloc_bitmap_set_range(cpuset, 1, 2);
Expand Down

0 comments on commit fb759f2

Please sign in to comment.