Make CR_ONE_TASK_PER_CORE work correctly with task/affinity.
What this does is use the core level binding after each task is laid out to skip all the extra threads in the core so it doesn't give them to another task. It probably isn't perfect, but does solve all the scenarios I found.
Please register or sign in to comment