How to gather std::map from all processes using boost::mpi?
I have maps with some integer values in each process in mpi::communicator. How can i merge values from all maps in one?
I have maps with some integer values in each process in mpi::communicator. How can i merge values from all maps in one?