1
0
Forka 0
Derp-derpity derp derp derp
This commit is contained in:
Caffarius 2019-08-03 18:15:24 -04:00
parent 3a69b7356c
commit 75dc279f43
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni

2
smt.sh
Vedi File

@ -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() {