From b4bc0ef269b9b9ab51c9426b3aa813b36af96780 Mon Sep 17 00:00:00 2001 From: CGH0S7 <776459475@qq.com> Date: Sat, 28 Feb 2026 23:27:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=88=E5=85=B3=E9=97=AD=E7=BB=91=E6=A0=B8?= =?UTF-8?q?=E5=BF=83=EF=BC=8C=E5=8F=91=E7=8E=B0=E9=80=9F=E5=BA=A6=E5=AF=B9?= =?UTF-8?q?=E6=AF=94=EF=BC=9A=E4=B8=8D=E7=BB=91=E5=AE=9A=E6=A0=B8=E5=BF=83?= =?UTF-8?q?+SCX>=E7=BB=91=E6=A0=B8=E5=BF=83+SCX?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit 1eba73acbee28eb1eeaff69e578412d757c9d68d) --- makefile_and_run.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/makefile_and_run.py b/makefile_and_run.py index 1a0b937..ec65eb2 100755 --- a/makefile_and_run.py +++ b/makefile_and_run.py @@ -43,7 +43,8 @@ def get_last_n_cores_per_socket(n=32): cpu_str = ",".join(segments) total = len(segments) * n print(f" CPU binding: taskset -c {cpu_str} ({total} cores, last {n} per socket)") - return f"taskset -c {cpu_str}" + #return f"taskset -c {cpu_str}" + return f"" ## CPU core binding: dynamically select the last 32 cores of each socket (64 cores total)