Commit ad89cb8a authored by wh1225's avatar wh1225 💬
Browse files

Update run.sh

parent 7a54702e
...@@ -22,8 +22,7 @@ done ...@@ -22,8 +22,7 @@ done
hostfile=list hostfile=list
export UCX_WARN_UNUSED_ENV_VARS=n export UCX_WARN_UNUSED_ENV_VARS=n
# perf_program=(all_gather_perf all_reduce_perf broadcast_perf reduce_scatter_perf reduce_perf) perf_program=(all_gather_perf all_reduce_perf broadcast_perf reduce_scatter_perf reduce_perf)
perf_program=(all_reduce_perf)
> qz.txt > qz.txt
for ((current_np = test_np; current_np > 0; current_np = current_np - 8)); do for ((current_np = test_np; current_np > 0; current_np = current_np - 8)); do
echo "━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━" echo "━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━"
...@@ -117,4 +116,4 @@ make -j ...@@ -117,4 +116,4 @@ make -j
echo "完成优化" echo "完成优化"
\ No newline at end of file
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