Open MPI logo

Portable Hardware Locality (hwloc) Documentation: v1.2.2

  |   Home   |   Support   |   FAQ   |  
hwloc_topology_cpubind_support Struct Reference

Flags describing actual PU binding support for this topology. More...

#include <hwloc.h>

Data Fields

unsigned char set_thisproc_cpubind
unsigned char get_thisproc_cpubind
unsigned char set_proc_cpubind
unsigned char get_proc_cpubind
unsigned char set_thisthread_cpubind
unsigned char get_thisthread_cpubind
unsigned char set_thread_cpubind
unsigned char get_thread_cpubind
unsigned char get_thisproc_last_cpu_location
unsigned char get_proc_last_cpu_location
unsigned char get_thisthread_last_cpu_location

Detailed Description

Flags describing actual PU binding support for this topology.


Field Documentation

Getting the binding of a whole given process is supported.

Getting the last processors where a whole process ran is supported

Getting the binding of the whole current process is supported.

Getting the last processors where the whole current process ran is supported

Getting the binding of the current thread only is supported.

Getting the last processors where the current thread ran is supported

Getting the binding of a given thread only is supported.

Binding a whole given process is supported.

Binding the whole current process is supported.

Binding the current thread only is supported.

Binding a given thread only is supported.


The documentation for this struct was generated from the following file: