Boost logo

Boost :

Subject: [boost] Dependance obetween boost::mpi, boost::serialization and iostreams
From: Joel Falcou (joel.falcou_at_[hidden])
Date: 2009-03-26 14:33:27


Boost::MPI uses Boost::serialization for marshalling data and sending
them in a pervasive way.

I have a small scale implementation of MPI running on the Cell processor
and I'm trying to patch boost::mpi to use it. However, as serialization
seems ot use iostream or sstream at some point, the resulting executable
blow up the 256Kb limits of SPE local store.

How deep is iostream needed by serialization and how can I limit this
dependance so I can have a proper Cell-enabled boost::mpi ?

-- 
___________________________________________
Joel Falcou - Assistant Professor
PARALL Team - LRI - Universite Paris Sud XI
Tel : (+33)1 69 15 66 35

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk