16 Dec
2010
16 Dec
'10
12:05 a.m.
-----Original Message----- From: Matthias Troyer [mailto:troyer@phys.ethz.ch] Sent: 14 December 2010 17:57 <snip>
This will be crucial. If it does not work with, e.g. text or binary archives then it will not work with serialization either.
Matthias
Hello, Confirmed twice. It does work with boost.serialization, but throws an exception with mpi::broadcast() /// receiver Base* bptr=0; mpi::broadcast(world, bptr, 0); This throws an exception. See attached for the call stack. derived is a class inherits from base. somehow it tries to read something into the length of a string, but that number if very large. That is just nonsendse. regards,