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

Implement sendrecv. #763

Open
3 tasks
niklas-uhl opened this issue Feb 17, 2025 · 0 comments
Open
3 tasks

Implement sendrecv. #763

niklas-uhl opened this issue Feb 17, 2025 · 0 comments
Labels
good first issue Good for newcomers

Comments

@niklas-uhl
Copy link
Member

niklas-uhl commented Feb 17, 2025

Seems like we missed implementing sendrecv as part of #33.

PR #762 adds the missing named parameters send_tag and recv_tag. This should be fairly similar to send and recv.

Steps required:

  • look up the documentation of MPI_Sendrecv.
  • Add operation to member functions in kamping::Communicator (kamping/communicator.hpp)
  • Implement it in kamping/p2p/sendrecv.hpp
@mschimek mschimek added the good first issue Good for newcomers label Feb 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants