1
0
Форк 0
Derp-derpity derp derp derp
This commit is contained in:
Caffarius 2019-08-03 18:15:24 -04:00
джерело 3a69b7356c
коміт 75dc279f43
1 змінених файлів з 1 додано та 1 видалено

2
smt.sh

@ -12,7 +12,7 @@
# Try your best to control SMT on Ryzen CPUs (and maybe others?)
# Usage: ./smt.sh (enable|disable|status)
num_cores=`lscpu | grep "CPU(s):" | grep -v "," | grep -v "-" | cut -d: -f2 | awk '{print $1}'`
num_cores=`nproc --all`
num_procs=`nproc`
coreLoop() {