11 Sep
2012
11 Sep
'12
3:50 p.m.
Hello,
On Tue, Sep 11, 2012 at 12:51 AM, Brian Budge
I've got a class hierarchy that can already be serialized into text or binary archives. I'm explicitly instantiating the template functions for serialize and/or load/save.
I'm trying to add the capability to have boost mpi perform the serialization through send/recv/broadcast.
If your class has serialization support, that's enough. You should not provide specialization for mpi::detail classes. (Of course, YMMV - since you didn't provide any code, my comment above could be completely off ...) Cheers, Riccardo