Hi, I suspect one problem is that the commit https://github.com/boostorg/serialization/commit/5a94e5e4eb01cd8c941db725e5f... was not taken into account in MPI. Not sure how the MPI should be adapted to that change yet. Some parameters that were supposed to be there only to help overload resolution have been removed (according to comments in pfto.hpp). I guess I need to remove some int arguments from the (save|load)_override methods of boost::mpi::packed_(i|o)archive classes ? Alain On 12/04/2015 18:15, Robert Ramey wrote:
In an attempt to build the MPI library on my machine I added to my user-config.jam
using mpi ;
I get the following:
What do I have to do to make this work?
OK - the above has pointed me to the fact that I need an MPI implementation installed to get this to work. I'll look into this.
Robert Ramey
-- View this message in context: http://boost.2283326.n4.nabble.com/serialization-failing-MPI-build-tp4674375... Sent from the Boost - Dev mailing list archive at Nabble.com.
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
-- --- Alain