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

stream_put uses inconsistent stream_id #99

Closed
Mellich opened this issue Oct 6, 2022 · 1 comment
Closed

stream_put uses inconsistent stream_id #99

Mellich opened this issue Oct 6, 2022 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@Mellich
Copy link
Contributor

Mellich commented Oct 6, 2022

stream_put requires to pass a stream_id. This stream_id needs to be >= 9. In the C++ driver, this id is subtracted by 9 in this line because of non-obvious reasons.

This leads to the issue, that if stream_put is called with stream_id=9 and source and destination rank are the same, it will send the data to stream_id=0.
The behavior is described in this test which should pass in my eyes.

For send/recv, the stream_id/tag is used as expected as it can be seen in this test.

In my opinion, the behavior should be the same for both operations.

@Mellich Mellich added the bug Something isn't working label Oct 6, 2022
@quetric quetric self-assigned this Oct 19, 2022
@Mellich
Copy link
Contributor Author

Mellich commented Oct 26, 2022

Resolved in #111.

@Mellich Mellich closed this as completed Oct 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants