diff --git a/smt.sh b/smt.sh index 18981e6..9c69fa9 100644 --- a/smt.sh +++ b/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() {