Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

coll/tuned: Change the bcast default collective algorithm selection #12278

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jiaxiyan
Copy link
Contributor

@jiaxiyan jiaxiyan commented Jan 25, 2024

The default algorithm selections were out of date and not performing well. After gathering data using the ompi-collectives-tuning package, new default algorithm decisions are selected for bcast.

See detailed test results in best.txt and detail.txt

@jiaxiyan
Copy link
Contributor Author

jiaxiyan commented Feb 2, 2024

Comparing the new algorithm selection of this PR with the old algorithm selection of openmpi5 using osu_micro_benchmarks

message size < 1KB message size > 1KB
output output2
output3 output4
output5 output6
output7 output8
output9 output10

@wenduwan
Copy link
Contributor

The change looks good to me - but mpi4py CI failed. We need to understand the cause.

@bosilca This PR is inspired by yours #9934. Could you please add your review?

The default algorithm selections were out of date and not performing well. After gathering data using the ompi-collectives-tuning package, new default algorithm decisions are selected for bcast.

Signed-off-by: Jessie Yang <jiaxiyan@amazon.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants