We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d23c3b1 commit 782efe0Copy full SHA for 782efe0
.github/actions/linux-uttest/action.yml
@@ -160,7 +160,10 @@ runs:
160
echo -e "[ERROR] XCCL is not enabled"
161
exit 1
162
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}"
166
python run_distributed_local.py \
167
2> ${{ github.workspace }}/ut_log/xpu_distributed/xpu_distributed_test_error.log | \
168
tee ${{ github.workspace }}/ut_log/xpu_distributed/xpu_distributed_test.log
- cp *.xml ${{ github.workspace }}/ut_log
169
+ cp *.xml ${{ github.workspace }}/ut_log/xpu_distributed
0 commit comments