Open MPI logo

Portable Hardware Locality (hwloc) Documentation: v1.1.2

  |   Home   |   Support   |   FAQ   |  

hwloc_topology_membind_support Struct Reference

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

#include <hwloc.h>

Data Fields

unsigned char set_thisproc_membind
unsigned char get_thisproc_membind
unsigned char set_proc_membind
unsigned char get_proc_membind
unsigned char set_thisthread_membind
unsigned char get_thisthread_membind
unsigned char set_area_membind
unsigned char get_area_membind
unsigned char alloc_membind
unsigned char firsttouch_membind
unsigned char bind_membind
unsigned char interleave_membind
unsigned char replicate_membind
unsigned char nexttouch_membind
unsigned char migrate_membind

Detailed Description

Flags describing actual memory binding support for this topology.


Field Documentation

Allocating a bound memory area is supported.

Bind policy is supported.

First-touch policy is supported.

Getting the binding of a given memory area is supported.

Getting the binding of a whole given process is supported.

Getting the binding of the whole current process is supported.

Getting the binding of the current thread only is supported.

Interleave policy is supported.

Migration flags is supported.

Next-touch migration policy is supported.

Replication policy is supported.

Binding a given memory area is supported.

Binding a whole given process is supported.

Binding the whole current process is supported.

Binding the current thread only is supported.


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