Closed molpopgen closed 8 years ago
This actually will require a dependency on boost. The containers of pointers will require use of boost::serialization::split_free. This should probably still be done (but is not an immediate priority).
This may be doable now that the pointer-based structure of the library was replaced with vectors of indexes in 0.4.4
This is not necessary. The built-in serialization routines are sufficient for MPI communication. See neutral_mpi.cc in fwdpp_perf
Add boost::serialization capability for the data types in fwdpp/sugar. This can be done w/o adding a dependency on boost for the library itself, and should have benefits, like enabling simulations to use MPI via boost::mpi.