From d93ae413ac44e32583f9138e8578ca821ee96cac Mon Sep 17 00:00:00 2001 From: fzyzcjy <5236035+fzyzcjy@users.noreply.github.com> Date: Sun, 30 Nov 2025 10:23:50 +0800 Subject: [PATCH] Update bindpcie --- client/bindpcie | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/bindpcie b/client/bindpcie index 2a73564..934dbf8 100755 --- a/client/bindpcie +++ b/client/bindpcie @@ -26,11 +26,11 @@ Options: * exclusive -- bind each rank to an exclusive set of cores near its GPU * exclusive,nosmt -- bind each rank to an exclusive set of cores near its GPU, without hyperthreading * node -- bind each rank to all cores in the NUMA node nearest its GPU [default] - * *.sh -- bind each rank using the bash associative array bind_cpu_cores or bind_cpu_nodes from a file + * *.sh -- bind each rank using the bash associative array bind_cpu_cores or bind_cpu_nodes from a file * off -- don't bind --mem=MODE * node -- bind each rank to the nearest NUMA node [default] - * *.sh -- bind each rank using the bash associative array bind_mem from a file + * *.sh -- bind each rank using the bash associative array bind_mem from a file * off -- don't bind --ib=MODE * single -- bind each rank to a single IB device near its GPU