On Mit, 2018-01-31 at 01:30 +0100, Roman Haefeli wrote:
On Die, 2018-01-30 at 22:14 +0100, Roman Haefeli wrote:
It seems I simply need to keep the CPU busy with something like:
yes > /dev/null &
I need to run this four times, because I have four cores.
Actually, when setting the affinity of pd and burnMX to the same core,
Nah, burnMMX or burnBX and brothers don't even work well (still glitches). The only true help in this - as strange as it may sound - is indeed:
'taskset 0x00000001 yes > /dev/null'
"Yay" to the author of yes. What a useful software :-)
Roman