Skip to content

Commit 782efe0

Browse files
committed
update
1 parent d23c3b1 commit 782efe0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/actions/linux-uttest/action.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,10 @@ runs:
160160
echo -e "[ERROR] XCCL is not enabled"
161161
exit 1
162162
fi
163+
export CCL_ROOT=$(dirname $(which python))/../
164+
export PATH="${CCL_ROOT}/bin/libfabric:${PATH}"
165+
export LD_LIBRARY_PATH="${CCL_ROOT}/lib:${LD_LIBRARY_PATH}"
163166
python run_distributed_local.py \
164167
2> ${{ github.workspace }}/ut_log/xpu_distributed/xpu_distributed_test_error.log | \
165168
tee ${{ github.workspace }}/ut_log/xpu_distributed/xpu_distributed_test.log
166-
cp *.xml ${{ github.workspace }}/ut_log
169+
cp *.xml ${{ github.workspace }}/ut_log/xpu_distributed

0 commit comments

Comments
 (0)