Quote:
Originally Posted by mrwesth 
Does this 'trick' work on Ubuntu 12.04?
I have as of yet been unable to get fah to detect more then 6 cores.

Does this 'trick' work on Ubuntu 12.04?
I have as of yet been unable to get fah to detect more then 6 cores.
Code:
sudo -S cat /proc/stat | awk 'BEGIN { TARGET_NCPUS=8 } ; { if ($1 == "intr") { for (i=NR-2;i<TARGET_NCPUS;i++) print "cpu" i S } ; S="" ; for (i=2;i<=NF;i++) S=S " " $i ; print }' > /tmp/stat.save
sudo -S mount --bind /tmp/stat.save /proc/stat
This is pretty useless now that -bigadv 8/12 core units are gone..... Are using an X6?
http://www.overclock.net/t/1288567/bigadv-8-12-cores-are-all-done



















