File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -357,7 +357,14 @@ extern "C" {
357
357
#define hwloc_get_obj_below_array_by_type HWLOC_NAME(get_obj_below_array_by_type)
358
358
#define hwloc_distrib_flags_e HWLOC_NAME(distrib_flags_e)
359
359
#define HWLOC_DISTRIB_FLAG_REVERSE HWLOC_NAME_CAPS(DISTRIB_FLAG_REVERSE)
360
+ #define HWLOC_DISTRIB_FLAG_SHUFFLE HWLOC_NAME_CAPS(DISTRIB_FLAG_SHUFFLE)
360
361
#define hwloc_distrib HWLOC_NAME(distrib)
362
+ #define hwloc_distrib_iterator_next HWLOC_NAME(distrib_iterator_next)
363
+ #define hwloc_distrib_destroy_iterator HWLOC_NAME(distrib_destroy_iterator)
364
+ #define hwloc_distrib_build_iterator HWLOC_NAME(distrib_build_iterator)
365
+ #define hwloc_distrib_iterator_scatter HWLOC_NAME(distrib_iterator_scatter)
366
+ #define hwloc_distrib_iterator_round_robin HWLOC_NAME(distrib_iterator_round_robin)
367
+ #define hwloc_distrib_iterator HWLOC_NAME(distrib_iterator)
361
368
#define hwloc_alloc_membind_policy HWLOC_NAME(alloc_membind_policy)
362
369
#define hwloc_alloc_membind_policy_nodeset HWLOC_NAME(alloc_membind_policy_nodeset)
363
370
#define hwloc_topology_get_complete_cpuset HWLOC_NAME(topology_get_complete_cpuset)
You can’t perform that action at this time.
0 commit comments