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

Asymmetric inplace operations #666

Open
6 tasks
niklas-uhl opened this issue Mar 6, 2024 · 0 comments
Open
6 tasks

Asymmetric inplace operations #666

niklas-uhl opened this issue Mar 6, 2024 · 0 comments

Comments

@niklas-uhl
Copy link
Member

  • gather
    • pass MPI_IN_PLACE on root, sendcount and sendtype ignore, contribution of root is assumed to be in the correct place in the buffer
  • reduce
    • pass MPI_IN_PLACE as send_buf on root, data taken from recv_buf
  • gatherv
    • pass MPI_IN_PLACE on root, sendcount and sendtype ignore, contribution of root is assumed to be in the correct place in the buffer
  • scatter
    • pass MPI_IN_PLACE on root, sendcount and sendtype ignore, root just "keeps" vector to scatter
  • scatterv
    • same as scatter
  • alltoallv
    • scounts, displs, sendtype ignored
    • send and recv count between a processor pair must be the same -> limitation!

Originally posted by @niklas-uhl in #28 (comment)

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