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

replace adjacent send/recv pairs with a call to sendrecv #135

Open
slayoo opened this issue Nov 13, 2024 · 0 comments
Open

replace adjacent send/recv pairs with a call to sendrecv #135

slayoo opened this issue Nov 13, 2024 · 0 comments

Comments

@slayoo
Copy link
Member

slayoo commented Nov 13, 2024

replace the lines below with a call to MPI.sendrecv()

_send(buf=buf, peer=peer, fill_buf_args=fill_buf_args)
_recv(buf=buf, peer=peer)

See numba-mpi/numba-mpi#85

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant