From ae330664df7d35fc8b1643a919dd755e8fe8e16d Mon Sep 17 00:00:00 2001 From: Milan Jaros <milan.jaros@vsb.cz> Date: Wed, 27 Jul 2022 08:42:37 +0200 Subject: [PATCH] Update run_nccl-tests.sh --- scripts/run_nccl-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run_nccl-tests.sh b/scripts/run_nccl-tests.sh index b929cfc..13f7e48 100755 --- a/scripts/run_nccl-tests.sh +++ b/scripts/run_nccl-tests.sh @@ -28,5 +28,5 @@ fi #all_gather_perf mpirun --bind-to core --map-by socket ./build/all_gather_perf -b 32M -e 8192M -f 2 -g 1 #sendrecv_perf -mpirun --bind-to core --map-by socket ./build/sendrecv_perf -b 32M -e 8192M -f 2 -g 1 +mpirun --bind-to core --map-by socket ./build/sendrecv_perf -b 1 -e 8192M -f 2 -g 1 -- GitLab