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)