On Nov 13, 2005, at 1:34 AM, Yaron Kretchmer wrote:
I have an mpi-based application which contains an STL map. The map
is of a non-standard type (i.e my own class). I would like to
synchronize the maps between multiple machines , at the end of
which I want each machine to have the complete
Hi all
I have an mpi-based application which contains an STL map. The map is of
a non-standard type (i.e my own class). I would like to synchronize the
maps between multiple machines , at the end of which I want each machine
to have the complete map. This seems to be a pretty standard operation,
s