Open GoogleCodeExporter opened 8 years ago
hi
thanks for the bug report. sorry for a late reply.
could you let me know a few more details. of the four cores, which ones are on
and which are off. and i am guessing that the core states are being set before
the application is run, right?
yeh i need to fix that core offlining message. the message is about what will
happen to the tool if any cores are offlined when the application is running;
the gui version will crash, the console version will not.
Original comment by abhirana
on 25 Aug 2013 at 6:54
When I do this, i7z does not work in console mode (does in GUI as I said), also
does not work when just one physical core is enabled. (sometimes people say
that odd-numbered cores are HT-cores but I think first half of cores are phys
core and second half of cores are HT-cores):
echo 0 > /sys/devices/system/cpu/cpu1/online
echo 0 > /sys/devices/system/cpu/cpu3/online
When I do this, i7z works in console/GUI mode and claims both physical cores
are enabled and both HT-cores are disabled:
echo 0 > /sys/devices/system/cpu/cpu2/online
echo 0 > /sys/devices/system/cpu/cpu3/online
My problem is about offlined cores already during boot, before I start i7z.
Original comment by mmokr...@gmail.com
on 25 Aug 2013 at 8:16
Original issue reported on code.google.com by
mmokr...@gmail.com
on 8 Aug 2013 at 11:03