Commit 5d416ffa authored by jerrrrry's avatar jerrrrry
Browse files

Update run_envcheck.sh

parent 3aa66696
...@@ -48,11 +48,11 @@ echo "==================== RCCL-TEST ====================" ...@@ -48,11 +48,11 @@ echo "==================== RCCL-TEST ===================="
cd /workspace/test/env_check_outputs cd /workspace/test/env_check_outputs
if command -v git &>/dev/null && command -v make &>/dev/null; then if command -v git &>/dev/null && command -v make &>/dev/null; then
if [ ! -d rccl-tests ]; then if [ ! -d rccl-test ]; then
git clone http://developer.sourcefind.cn/codes/jerrrrry/rccl-test.git || exit 1 git clone http://developer.sourcefind.cn/codes/jerrrrry/rccl-test.git || exit 1
fi fi
cd rccl-tests || exit 1 cd rccl-test || exit 1
source /opt/dtk/env.sh source /opt/dtk/env.sh
if make MPI=1 MPI_HOME=/opt/mpi ROCM_HOME=/opt/dtk NCCL_HOME=/opt/dtk/rccl \ if make MPI=1 MPI_HOME=/opt/mpi ROCM_HOME=/opt/dtk NCCL_HOME=/opt/dtk/rccl \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment