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: Revert RSB and RS default algorithms #8019

Merged
merged 1 commit into from
Aug 25, 2020

Conversation

wckzhang
Copy link
Contributor

Reduce scatter block and reduce scatter algorithms were hitting
correctness issues for non commutative strided tests. We will revert to
the original default algorithms for those two collectives (basic linear
and non overlapping respectively) in the non commutative op case.

See #8010

Signed-off-by: William Zhang [email protected]

Reduce scatter block and reduce scatter algorithms were hitting
correctness issues for non commutative strided tests. We will revert to
the original default algorithms for those two collectives (basic linear
and non overlapping respectively) in the non commutative op case.

See open-mpi#8010

Signed-off-by: William Zhang <[email protected]>
@wckzhang
Copy link
Contributor Author

Tested the fix and it passes the mtt tests that are failing:

ibm/collective/reduce_scatter_block_nocommute_stride
ibm/collective/reduce_scatter_block_nocommute_stride_in_place
ibm/collective/reduce_scatter_nocommute_stride
ibm/collective/reduce_scatter_nocommute_stride_in_place

This fix will also be backported into v4.1.x branch after it is merged.

@wckzhang wckzhang added the bug label Aug 25, 2020
@bwbarrett bwbarrett merged commit b1874e4 into open-mpi:master Aug 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants