kamping icon indicating copy to clipboard operation
kamping copied to clipboard

Send_buf as optional positional parameter

Open Hespian opened this issue 2 years ago • 0 comments

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 avatar Apr 22 '22 09:04 Hespian