Contents
set_affinity_recursive()
Functions
set_affinity_recursive(proc, core)
set_affinity_recursive
Bind the given process to the given core.
proc (subprocess.Process) – Process that is to be bound.
core (int) – Core that the process is to be bound to.
None