From 50542c37be2915b63a53a9f64a59b68d70bcfa86 Mon Sep 17 00:00:00 2001 From: Daisy Deng Date: Tue, 1 Apr 2025 00:02:38 -0700 Subject: [PATCH] check distributed test machine topology --- .github/workflows/_linux_ut.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/_linux_ut.yml b/.github/workflows/_linux_ut.yml index a11528a3e..217d70ece 100644 --- a/.github/workflows/_linux_ut.yml +++ b/.github/workflows/_linux_ut.yml @@ -409,6 +409,8 @@ jobs: echo -e "[ERROR] XCCL is not enabled" exit 1 fi + xpu-smi discovery + xpu-smi topology -m timeout 10000 python run_distributed.py 2>${{ github.workspace }}/ut_log/xpu_distributed/xpu_distributed_test_error.log | tee ${{ github.workspace }}/ut_log/xpu_distributed/xpu_distributed_test.log cd ${{ github.workspace }} sudo cp ptrace_scope.bk /proc/sys/kernel/yama/ptrace_scope