travisdowns/avx-turbo

Shouldn't run two tests on the same core with HT

travisdowns opened this issue · 1 comments

With hyperthreading enabled, we'll put a test thread on each HT sibling on a physical core, which isn't what we want. We want only one test on each physical core.

Fixed in c133a88