|
- Note
- The Linux libnuma nodemask_t interface is deprecated and its implementation is at least incorrect with respect to sparse NUMA node ids. It is strongly advised to use struct bitmask instead of nodemask_t, or even to use hwloc directly.
Convert libnuma nodemask nodemask into hwloc CPU set cpuset .
This function may be used before calling some old libnuma functions that use a nodemask_t as an output parameter.
Convert hwloc CPU set cpuset into libnuma nodemask nodemask .
This function may be used before calling some old libnuma functions that use a nodemask_t as an input parameter.
Convert libnuma nodemask nodemask into hwloc NUMA node set nodeset .
This function may be used before calling some old libnuma functions that use a nodemask_t as an output parameter.
Convert hwloc NUMA node set nodeset into libnuma nodemask nodemask .
This function may be used before calling some old libnuma functions that use a nodemask_t as an input parameter.
|
|
|