26 Aug
2010
26 Aug
'10
6:56 p.m.
Cristobal Navarro wrote:
the other question is on the tutorials i only found examples of serializing objects to archive and saving to file, but i didnt find any example where they serialize it to a binary form and send them through mpi, is there any example of this type on the documentation?
no Feel free to contribute one. If I had nothing else to do, I would a) make a stream_buf which uses MPI b) use binary_iarchive and binary_oarchive with this new stream_buf c) open one program with binary_oarchive and the other with binary_iarchive d) do ar << on one end and ar >> at the other e) stand back and let'er rip. Robert Ramey