"tests/git@developer.sourcefind.cn:OpenDAS/dgl.git" did not exist on "e57c6e350673c4285d4b2d9fc337eff0f74500c4"
Unverified Commit ab50eb9b authored by Jinjing Zhou's avatar Jinjing Zhou Committed by GitHub
Browse files

Add unbuffered to distributed test (#3732)


Co-authored-by: default avatarRhett Ying <85214957+Rhett-Ying@users.noreply.github.com>
parent d8dd2bb5
......@@ -36,6 +36,8 @@ python3 -m pip install pytest pyyaml pandas pydantic rdflib ogb || fail "pip ins
python3 -m pytest -v --junitxml=pytest_compute.xml tests/compute || fail "compute"
python3 -m pytest -v --junitxml=pytest_backend.xml tests/$DGLBACKEND || fail "backend-specific"
export PYTHONUNBUFFERED=1
export OMP_NUM_THREADS=1
export DMLC_LOG_DEBUG=1
if [ $2 != "gpu" ]; then
......
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