<div class="gmail_quote">On Tue, Jul 24, 2012 at 2:13 PM, Alexander Goncharov <span dir="ltr"><<a href="mailto:alexvg77@gmail.com" target="_blank">alexvg77@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I actually tried taskset utility, and it did not help.</blockquote></div><br><div>As explained in the previous email, affinity is naively done by calling CPU_ZERO and then adding in one core per thread. Whenever my suggestion gets implemented, threads will inherit from taskset. For now, you can use -threadcomm_affinities ..., but that's low-level enough to be painful.</div>