Re: [O-MPI users] Synchronizing C++ STL objects

2005-11-13 Thread Brian Barrett
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

[O-MPI users] Synchronizing C++ STL objects

2005-11-13 Thread Yaron Kretchmer
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