serialization - MPI_Datatype for C++ container -


how can define mpi_datatypes , mpi_ops mpi communication routines can used c++ containers?

in specific case, i'd union (distributed) array of std::set<int>s using mpi_allreduce.

according related questions

it seems requires (un-)serializing container data. in case, size() of each std::set varies widely, , interested in solution not require padding (if possible).


Comments

Popular posts from this blog

css - Text drops down with smaller window -

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

ruby on rails - Authlogic - how to make a registration and don't log in the new account? -