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

Send_buf as optional positional parameter #260

Open
Hespian opened this issue Apr 22, 2022 · 0 comments
Open

Send_buf as optional positional parameter #260

Hespian opened this issue Apr 22, 2022 · 0 comments
Assignees
Labels
feature New feature or request

Comments

@Hespian
Copy link
Member

Hespian commented Apr 22, 2022

Should enable doing something like this (using the new interface from #259):

std::vector<double> send_data = [...];
auto recv_buf = comm.alltoall(send_data);

(also applies to send_recv_buf in bcast)

@Hespian Hespian added the feature New feature or request label Apr 22, 2022
@Hespian Hespian assigned kurpicz and unassigned kurpicz Apr 22, 2022
@Hespian Hespian mentioned this issue Jun 15, 2022
@lukashuebner lukashuebner added this to the Publication milestone Aug 8, 2023
@niklas-uhl niklas-uhl removed this from the Publication milestone Feb 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants