Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wh1225
rccl-auto-tuning
Commits
ad89cb8a
Commit
ad89cb8a
authored
Apr 21, 2026
by
wh1225
💬
Browse files
Update run.sh
parent
7a54702e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
scripts/run.sh
scripts/run.sh
+2
-3
No files found.
scripts/run.sh
View file @
ad89cb8a
...
@@ -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
"━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment