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

php - cannot display multiple markers in google maps v3 from traceroute result -

php - Boolean search on database with 5 million rows, very slow -

css - Text drops down with smaller window -